Skip to content

Commit

Permalink
Merge pull request mozilla#18784 from calixteman/rm_useless_css
Browse files Browse the repository at this point in the history
Remove duplicated --toolbar-height definition in the css
  • Loading branch information
calixteman authored Sep 24, 2024
2 parents cc63941 + 50517b8 commit 529906c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
--toolbar-border-color: rgb(184 184 184);
--toolbar-box-shadow: 0 1px 0 var(--toolbar-border-color);
--toolbar-border-bottom: none;
--toolbar-height: 32px;
--toolbarSidebar-box-shadow: inset calc(-1px * var(--dir-factor)) 0 0
rgb(0 0 0 / 0.25),
0 1px 0 rgb(0 0 0 / 0.15), 0 0 1px rgb(0 0 0 / 0.1);
Expand Down

0 comments on commit 529906c

Please sign in to comment.