* Text warning fix.
parent
5c44531515
commit
0c763cafb5
|
@ -87,7 +87,7 @@
|
|||
button.flat {
|
||||
&:hover { color: shade(currentColor, .95); }
|
||||
|
||||
&, &:backdrop { color: gtkalpha(currentColor, 0.3); }
|
||||
&, &:backdrop { color: gtkalpha(currentColor, .3); }
|
||||
|
||||
padding: 0;
|
||||
margin-top: 4px;
|
||||
|
@ -108,9 +108,6 @@
|
|||
}
|
||||
|
||||
label { color: mix($text_color, $base_color, .3); }
|
||||
|
||||
/* close button styling */
|
||||
button { @extend %close_button; }
|
||||
}
|
||||
|
||||
.prelight-page {
|
||||
|
|
Loading…
Reference in New Issue