fix: svg focus outline
This commit is contained in:
@@ -142,15 +142,6 @@
|
||||
body.iframe .guest-container .right-container {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -294,3 +294,9 @@ html.dark .slate-Combobox {
|
||||
html.dark .slate-Combobox li:hover {
|
||||
background: #333 !important;
|
||||
}
|
||||
|
||||
/* remove focus border */
|
||||
svg:focus {
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user