fix(gtk3.20: notebook): s/:active/:checked/g (#313)
parent
73a746604e
commit
9c9bf64389
|
@ -58,10 +58,13 @@
|
||||||
border-color: shade($base_color, .8);
|
border-color: shade($base_color, .8);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:checked {
|
||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border-color: shade($base_color, .85);
|
border-color: shade($base_color, .85);
|
||||||
|
label {
|
||||||
|
color: $text_color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.top {
|
&.top {
|
||||||
|
@ -113,7 +116,7 @@
|
||||||
inset 1px 0 shade($base_color, .7), inset -1px 0 shade($base_color, .7);
|
inset 1px 0 shade($base_color, .7), inset -1px 0 shade($base_color, .7);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:active {
|
&:checked {
|
||||||
background-color: shade($base_color, .9);
|
background-color: shade($base_color, .9);
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
border-right: 0;
|
border-right: 0;
|
||||||
|
|
Loading…
Reference in New Issue