fix: make a focus styling better

This commit is contained in:
dwelle 2023-05-05 19:44:06 +02:00
parent 1184a8c0e9
commit c4112a8ad5

View File

@ -164,6 +164,11 @@
box-shadow: 0 0 0 2px var(--focus-highlight-color);
}
a:focus-visible {
outline: none;
text-decoration: underline;
}
.buttonList {
.ToolIcon__icon {
all: unset !important;