button focus

This commit is contained in:
ReznoRMichael 2021-08-02 12:31:23 +02:00
parent 0b6d23905d
commit 1aa6fd682e
3 changed files with 3 additions and 3 deletions

View file

@ -477,7 +477,7 @@ input[type="file"] {
} }
.button:focus:not(:focus-visible) { .button:focus:not(:focus-visible) {
border-color: #1e4d6c; border-color: rgba(0, 0, 0, 0);
} }
.tab-switch { .tab-switch {

File diff suppressed because one or more lines are too long

View file

@ -369,7 +369,7 @@ input[type="file"] {
} }
.button:focus:not(:focus-visible) { .button:focus:not(:focus-visible) {
border-color: #1e4d6c; border-color: rgba(0, 0, 0, 0);
} }
.tab-switch { .tab-switch {