1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-31 01:29:58 +02:00

hide firefox focus indicator on buttons

This commit is contained in:
n055
2020-04-23 19:14:31 -07:00
parent 136e70214f
commit 6171ed56d2
5 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -138,6 +138,10 @@ button:focus {
outline-offset: -4px;
}
button::-moz-focus-inner {
border: 0;
}
:disabled,
:disabled + label {
color: var(--button-shadow);