Merge pull request #49 from n055/master
hide firefox focus indicator on buttons
This commit is contained in:
commit
3361fadc32
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
|
|
@ -138,6 +138,10 @@ button:focus {
|
|||
outline-offset: -4px;
|
||||
}
|
||||
|
||||
button::-moz-focus-inner {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
:disabled,
|
||||
:disabled + label {
|
||||
color: var(--button-shadow);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue