mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge pull request #2961 from Snuffleupagus/fix-viewBookmark
Stop the viewBookmark button from displaying nonsensical link during document load
This commit is contained in:
commit
29743f8f9b
1 changed files with 5 additions and 0 deletions
|
@ -826,6 +826,11 @@ html[dir='rtl'] .toolbarButton.pageDown::before {
|
|||
padding-top: 4px;
|
||||
}
|
||||
|
||||
#viewBookmark[href='#'] {
|
||||
opacity: .5;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.toolbarButton.bookmark::before {
|
||||
content: url(images/toolbarButton-bookmark.png);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue