fix: subtle hover border (#8b949e) and remove redundant tabIndex on button elements

This commit is contained in:
Pouzor
2026-04-24 12:01:30 +02:00
parent 6fa0ada325
commit 988b804b90
2 changed files with 1 additions and 3 deletions
@@ -22,6 +22,6 @@
}
.modal-interactive:hover,
.modal-interactive:focus {
border-color: #fff !important;
border-color: #8b949e !important;
outline: none;
}