minor fix for buttons style
This commit is contained in:
parent
509ff192cd
commit
198d44af66
1 changed files with 2 additions and 0 deletions
|
@ -55,10 +55,12 @@ $button-focus-shift: 12%;
|
|||
color: var(--button-primary-color);
|
||||
background-color: var(--button-primary-bg);
|
||||
box-shadow: var(--box-shadow-layer);
|
||||
opacity: 0.9;
|
||||
&:focus {
|
||||
color: var(--button-primary-color);
|
||||
//box-shadow: $box-shadow-focus;
|
||||
//background-color: mix(black, $color-primary, $button-focus-shift)
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.button-alt
|
||||
|
|
Loading…
Reference in a new issue