High Contrast: fix a typo

This commit is contained in:
Lapo Calamandrei 2016-03-18 19:03:19 +01:00
parent 3b1484f57c
commit 7d27fd087e
3 changed files with 3 additions and 3 deletions

View File

@ -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 {

View File

@ -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; }

View File

@ -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; }