web: global data-focus-ring-hidden attribute
This commit is contained in:
@@ -319,6 +319,10 @@
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
:global([data-focus-ring-hidden]:focus-visible) {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
:global(button:active, .button:active) {
|
||||
background-color: var(--button-hover);
|
||||
}
|
||||
@@ -366,18 +370,6 @@
|
||||
margin-block: 0;
|
||||
}
|
||||
|
||||
:global(
|
||||
h1:focus-visible,
|
||||
h2:focus-visible,
|
||||
h3:focus-visible,
|
||||
h4:focus-visible,
|
||||
h5:focus-visible,
|
||||
h6:focus-visible,
|
||||
main:focus-visible
|
||||
) {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
:global(h1) {
|
||||
font-size: 24px;
|
||||
letter-spacing: -1px;
|
||||
|
||||
Reference in New Issue
Block a user