fix: add transparent outline to button for better hover visibility
This commit is contained in:
parent
812e96f1c7
commit
39e3b28ba7
|
@ -105,6 +105,7 @@
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s;
|
transition: all 0.2s;
|
||||||
|
outline: 1px solid transparent;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
outline: 1px solid var(--border-color);
|
outline: 1px solid var(--border-color);
|
||||||
|
|
Loading…
Reference in New Issue