Skip to content

Commit

Permalink
feat: allow .no-alfred class on non-body elements
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Mar 11, 2024
1 parent 1818083 commit df436e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Alfred.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ body:not(.uk-offcanvas-container) .alfred:hover {
outline: 4px groove #ececec;
z-index: 10;
}
body.no-alfred .alfred:hover {
.no-alfred .alfred:hover {
outline: none !important;
}
body.no-alfred .alfredelements {
.no-alfred .alfredelements {
display: none !important;
}
.alfred-icon {
Expand Down
2 changes: 1 addition & 1 deletion Alfred.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:not(.uk-offcanvas-container) .alfred:hover {
outline: @outline;
z-index: 10;
}
body.no-alfred {
.no-alfred {
.alfred:hover {
outline: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion Alfred.min.css

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

0 comments on commit df436e4

Please sign in to comment.