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