ui defect - shifting buttons
This commit is contained in:
parent
07e60f73df
commit
453cbe4c86
1 changed files with 1 additions and 2 deletions
|
|
@ -3,7 +3,6 @@ html {
|
|||
&.list-button,
|
||||
&.list-card,
|
||||
&.list-card.list-button {
|
||||
border: 1px solid $red;
|
||||
color: $red;
|
||||
input[type=checkbox]:focus + label,
|
||||
input[type=radio]:focus + label {
|
||||
|
|
@ -17,7 +16,7 @@ html {
|
|||
border-radius: 10px;
|
||||
}
|
||||
label {
|
||||
border: 1px solid transparent;
|
||||
border: 1px solid $red;
|
||||
}
|
||||
label:hover {
|
||||
box-shadow: 0px 0px 0px 4px $red-200;
|
||||
|
|
|
|||
Loading…
Reference in a new issue