forked from AuroraMiddleware/gtk
High Contrast: fix a typo
This commit is contained in:
parent
3b1484f57c
commit
7d27fd087e
@ -3356,7 +3356,7 @@ button.circular { // FIXME: aggregate to buttons
|
||||
*:drop(active):focus,
|
||||
*:drop(active) {
|
||||
border-color: $fg_color;
|
||||
box-shadow: inset 0 0 0 2px fg_color;
|
||||
box-shadow: inset 0 0 0 2px $fg_color;
|
||||
}
|
||||
|
||||
stackswitcher button.text-button {
|
||||
|
@ -3590,7 +3590,7 @@ button.circular {
|
||||
*:drop(active):focus,
|
||||
*:drop(active) {
|
||||
border-color: #fff;
|
||||
box-shadow: inset 0 0 0 2px fg_color; }
|
||||
box-shadow: inset 0 0 0 2px #fff; }
|
||||
|
||||
stackswitcher button.text-button {
|
||||
min-width: 100px; }
|
||||
|
@ -3597,7 +3597,7 @@ button.circular {
|
||||
*:drop(active):focus,
|
||||
*:drop(active) {
|
||||
border-color: #000;
|
||||
box-shadow: inset 0 0 0 2px fg_color; }
|
||||
box-shadow: inset 0 0 0 2px #000; }
|
||||
|
||||
stackswitcher button.text-button {
|
||||
min-width: 100px; }
|
||||
|
Loading…
Reference in New Issue
Block a user