Skip to content

Commit

Permalink
fix(tabs): add hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Feb 14, 2023
1 parent 2d793d3 commit 0a4b9f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/modules/ui/extPlugins/tabs/tabsIframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ main .flex {
border-bottom-right-radius: 0;
-webkit-app-region: no-drag;
}
.light .logseq-tab[data-active=false]:hover,
.dark .logseq-tab[data-active=false]:hover {
color: var(--ls-primary-text-color-alt) !important;
background-color: var(--ls-secondary-background-color) !important;
}
.light .logseq-tab[data-active=true],
.dark .logseq-tab[data-active=true] {
color: var(--ls-primary-text-color-alt) !important;
Expand Down
5 changes: 5 additions & 0 deletions src/plugin/settingsForms.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/*
>>> BEGIN: Settings form
*/
/* close button */
.ui__modal .ui__modal-panel > .absolute {
z-index: 10;
}

html[data-theme="dark"] .ui__modal .ui__button {
opacity: 0.8 !important;
}
Expand Down

0 comments on commit 0a4b9f2

Please sign in to comment.