mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +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;
|
padding-top: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#viewBookmark[href='#'] {
|
||||||
|
opacity: .5;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
.toolbarButton.bookmark::before {
|
.toolbarButton.bookmark::before {
|
||||||
content: url(images/toolbarButton-bookmark.png);
|
content: url(images/toolbarButton-bookmark.png);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue