mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 23:40:45 +02:00
fix: make a
focus styling better
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user