Skip to content

Commit

Permalink
Merge pull request #968 from irhdevel/supernova_contextline
Browse files Browse the repository at this point in the history
Add: Tab - Supernova like Selected Tab ContextLine
  • Loading branch information
black7375 authored Aug 26, 2024
2 parents c79922a + 9584a76 commit c346292
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 c346292

Please sign in to comment.