Properly remove nav button focus outline

This commit is contained in:
Alice Gaudon 2020-05-19 07:16:18 +02:00
parent 47ca712843
commit 7ffb60258a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ body {
}
#navigation button:focus {
outline-color: transparent;
outline: none;
background: #fff3 !important;
}