mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: make a
focus styling better
This commit is contained in:
parent
1184a8c0e9
commit
c4112a8ad5
1 changed files with 5 additions and 0 deletions
|
@ -164,6 +164,11 @@
|
||||||
box-shadow: 0 0 0 2px var(--focus-highlight-color);
|
box-shadow: 0 0 0 2px var(--focus-highlight-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:focus-visible {
|
||||||
|
outline: none;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.buttonList {
|
.buttonList {
|
||||||
.ToolIcon__icon {
|
.ToolIcon__icon {
|
||||||
all: unset !important;
|
all: unset !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue