Removes button outline as visible in Chrome
This commit is contained in:
parent
520fdf2f6a
commit
fa603af391
@ -35,6 +35,7 @@ input,
|
|||||||
button,
|
button,
|
||||||
select {
|
select {
|
||||||
font: message-box;
|
font: message-box;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
@ -920,6 +921,7 @@ html[dir="rtl"] .secondaryToolbarButton.print::before {
|
|||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
outline: none;
|
||||||
padding-top: 4px;
|
padding-top: 4px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user