Skip to content

Commit

Permalink
Fix: Icons - Play icon at tab context menu #955
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Aug 9, 2024
1 parent e1987d1 commit c79922a
Show file tree
Hide file tree
Showing 4 changed files with 19 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.

4 changes: 4 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 icons/play-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/icons/context_menu/_tab_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
#sidebartabs_asamuzak_jp-menuitem-_reloadAllTabs {
--menuitem-image: url("../icons/reload.svg");
}
#context_playTab,
#context_playSelectedTabs {
--menuitem-image: url("../icons/play-fill.svg");
}
#context_toggleMuteTab,
#context_toggleMuteSelectedTabs,
#treestyletab_piro_sakura_ne_jp-menuitem-_context_toggleMuteTab[label="Mute Tab"],
Expand Down

0 comments on commit c79922a

Please sign in to comment.