Skip to content

Commit

Permalink
Fix: Content - folder icon rule as locally #938
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jul 8, 2024
1 parent 5fe1a84 commit ce22061
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 25 deletions.
36 changes: 18 additions & 18 deletions css/leptonContent.css

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

13 changes: 8 additions & 5 deletions css/leptonContentESR.css

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

10 changes: 8 additions & 2 deletions src/contents/_context_menu.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
@import "../icons/shared";
:root {
@include initIcons;

@include moz-document(
url-prefix "about:",
regexp "^(((jar:)?file:\/\/\/)|(chrome:\/\/)).*\/$"
) {
:root {
@include initIcons;
}
}

@include moz-document(
Expand Down

0 comments on commit ce22061

Please sign in to comment.