web: remove focus ring css workarounds
This commit is contained in:
@@ -305,10 +305,6 @@
|
||||
padding-right: calc(var(--input-padding) + 28px);
|
||||
}
|
||||
|
||||
#link-area:focus-visible {
|
||||
box-shadow: unset !important;
|
||||
}
|
||||
|
||||
#link-area::placeholder {
|
||||
color: var(--gray);
|
||||
/* fix for firefox */
|
||||
|
||||
@@ -98,7 +98,7 @@
|
||||
box-shadow 0.1s;
|
||||
}
|
||||
|
||||
#services-button:not(:focus-visible):not(:active) {
|
||||
#services-button:not(:active) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -102,10 +102,6 @@
|
||||
padding: 0 12px 0 15px;
|
||||
}
|
||||
|
||||
#download-button:focus-visible {
|
||||
box-shadow: var(--focus-ring);
|
||||
}
|
||||
|
||||
#download-state {
|
||||
font-size: 24px;
|
||||
font-family: "Noto Sans Mono Variable", "Noto Sans Mono",
|
||||
|
||||
Reference in New Issue
Block a user