Skip to content

Commit

Permalink
Add: Tab - Supernova like Selected Tab ContextLine
Browse files Browse the repository at this point in the history
  • Loading branch information
irhdevel committed Aug 25, 2024
1 parent c79922a commit 9584a76
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 0 deletions.
230 changes: 230 additions & 0 deletions css/leptonChrome.css

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

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

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

6 changes: 6 additions & 0 deletions src/tab/_selected_tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@
@include Option("userChrome.tab.photon_like_contextline") {
@import "selected_tab/photon_like_contextline";
}

@include NotOption("userChrome.tab.photon_like_contextline") {
@include Option("userChrome.tab.supernova_like_contextline") {
@import "selected_tab/supernova_like_contextline";
}
}
Loading

0 comments on commit 9584a76

Please sign in to comment.