Fix sort button focus
This commit is contained in:
parent
279040f991
commit
15bed364fb
|
@ -77,11 +77,11 @@
|
|||
|
||||
&:focus + span {
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: -1px;
|
||||
right: -1px;
|
||||
bottom: -1px;
|
||||
border: 2px solid var(--select-focus);
|
||||
top: -2px;
|
||||
left: -2px;
|
||||
right: -2px;
|
||||
bottom: -2px;
|
||||
border: 3px solid $main-font-color;
|
||||
border-radius: inherit;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -117,6 +117,10 @@
|
|||
background-color: #fff;
|
||||
color: #000;
|
||||
|
||||
&:focus-within {
|
||||
box-shadow: 0 0 0 0.25rem $main-font-color;
|
||||
}
|
||||
|
||||
&:after {
|
||||
top: 50%;
|
||||
right: calc(0% + 15px);
|
||||
|
|
Loading…
Reference in New Issue