mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Merge pull request #4203 from timvandermeij/outline-chrome
Removes button outline as visible in Chrome
This commit is contained in:
commit
570c4f5660
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ input,
|
|||
button,
|
||||
select {
|
||||
font: message-box;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
|
@ -920,6 +921,7 @@ html[dir="rtl"] .secondaryToolbarButton.print::before {
|
|||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
outline: none;
|
||||
padding-top: 4px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue