Merge pull request #18514 from overleaf/dp-pdf-toolbar-hover

Add hover state to pdf toolbar buttons

GitOrigin-RevId: d58ad739e6454b9e0cdbdbb93c55e58785a9d672
This commit is contained in:
David
2024-06-03 08:04:02 +00:00
committed by Copybot
parent f89ee54fdc
commit a70a3fc77e
8 changed files with 16 additions and 4 deletions
@@ -955,6 +955,7 @@
@logs-pane-bg: @neutral-80;
@log-line-no-color: #fff;
@log-hints-color: @neutral-70;
@pdf-toolbar-btn-hover-color: rgba(125, 125, 125, 0.2);
// Tags
@tag-border-radius: 9999px;
@@ -71,6 +71,7 @@
@project-rename-link-color: @neutral-70;
@project-rename-link-color-hover: @neutral-70;
@logs-pane-bg: @neutral-10;
@pdf-toolbar-btn-hover-color: @neutral-10;
// Navbar
@navbar-default-bg: #fff;