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

View File

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