button focus
This commit is contained in:
parent
0b6d23905d
commit
1aa6fd682e
3 changed files with 3 additions and 3 deletions
|
|
@ -477,7 +477,7 @@ input[type="file"] {
|
|||
}
|
||||
|
||||
.button:focus:not(:focus-visible) {
|
||||
border-color: #1e4d6c;
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.tab-switch {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -369,7 +369,7 @@ input[type="file"] {
|
|||
}
|
||||
|
||||
.button:focus:not(:focus-visible) {
|
||||
border-color: #1e4d6c;
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.tab-switch {
|
||||
|
|
|
|||
Loading…
Reference in a new issue