Skip to content

Commit

Permalink
Fix: Icons - Tabs from other devices #1026
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Nov 28, 2024
1 parent 1ba1f91 commit 9df0a7f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/icons/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,9 @@ panelMenuBookmarkThisPage[starred] {
#allTabsMenu-searchTabs {
list-style-image: url("chrome://global/skin/icons/search-glass.svg");
}
#allTabsMenu-syncedTabs {
list-style-image: url("../icons/synced-tabs.svg");
}
#allTabsMenu-closeDuplicateTabs {
list-style-image: var(--uc-tab-close-duplicate-icon);
}
Expand Down

0 comments on commit 9df0a7f

Please sign in to comment.