1
0
mirror of https://github.com/jdan/98.css.git synced 2025-01-17 20:58:32 +01:00

Merge pull request #49 from n055/master

hide firefox focus indicator on buttons
This commit is contained in:
Jordan Scales 2020-04-24 07:37:30 -04:00 committed by GitHub
commit 3361fadc32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);