Remove dotted focus borders in FF
This commit is contained in:
parent
9d64291d11
commit
7ad06d2e5d
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
a:active {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:focus {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.co-options-menu .fa-gear {
|
.co-options-menu .fa-gear {
|
||||||
color: #999;
|
color: #999;
|
||||||
|
|
Reference in a new issue