CASH-1437: fix #1 for button shadow
This commit is contained in:
parent
35f8ad8636
commit
9974244719
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export default {
|
||||||
color: $black;
|
color: $black;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
background: $blue-100;
|
background: $blue-100;
|
||||||
box-shadow: 0 0 0 1px $blue;
|
border: 1px solid $blue;
|
||||||
}
|
}
|
||||||
&:checked:focus + .list-button-content {
|
&:checked:focus + .list-button-content {
|
||||||
box-shadow: 0 0 0 2.5px $blue;
|
box-shadow: 0 0 0 2.5px $blue;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue