fix: outline style
This commit is contained in:
@@ -86,3 +86,7 @@ a, .sk-a {
|
|||||||
button.sk-a {
|
button.sk-a {
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*:focus {
|
||||||
|
outline: solid var(--sn-stylekit-info-color) 2px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -89,6 +89,10 @@
|
|||||||
-webkit-user-select: text !important;
|
-webkit-user-select: text !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user