We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ac80f commit e8711d3Copy full SHA for e8711d3
css/kunai/yata.css
@@ -18,6 +18,8 @@ body.kunai {
18
position: relative;
19
z-index: 5;
20
21
+ $cl-tool-active: #ffff1d;
22
+
23
&.hidden {
24
display: none;
25
}
@@ -37,8 +39,15 @@ body.kunai {
37
39
38
40
41
- &:not(.enabled) .play button {
- background: none;
42
+ &:not(.enabled) {
43
+ .tool:not(.play) {
44
+ display: none;
45
+ }
46
47
+ .tool.play button {
48
+ background: none;
49
+ color: $cl-tool-active;
50
51
52
53
&.enabled .play button {
@@ -155,7 +164,7 @@ body.kunai {
155
164
156
165
157
166
button {
158
- color: #ffff1d;
167
159
168
160
169
&:hover, &:disabled {
161
170
background-color: inherit;
0 commit comments