Skip to content

Commit 5667f81

Browse files
committed
Fix #632 eink search result backgrounds
1 parent cf4bbdc commit 5667f81

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
lines changed

Minimal.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6864,6 +6864,7 @@ https://github.com/dracula/dracula-theme
68646864
.theme-light.minimal-eink-light .mod-root .workspace-tab-header-status-icon,
68656865
.theme-light.minimal-eink-light .mod-root .workspace-tab-header:hover, .theme-light.minimal-eink-light:not(.colorful-active) .horizontal-tab-nav-item.is-active, .theme-light.minimal-eink-light:not(.colorful-active) .vertical-tab-nav-item.is-active,
68666866
.theme-light.minimal-eink-light button.mod-cta,
6867+
.theme-light.minimal-eink-light .search-result-file-match:hover,
68676868
.theme-light.minimal-eink-light select:hover, .theme-light.minimal-eink-light .dropdown:hover,
68686869
.theme-dark.minimal-eink-dark .status-bar .plugin-sync:hover .sync-status-icon.mod-success,
68696870
.theme-dark.minimal-eink-dark .status-bar .plugin-sync:hover .sync-status-icon.mod-working,
@@ -6882,6 +6883,7 @@ https://github.com/dracula/dracula-theme
68826883
.theme-dark.minimal-eink-dark:not(.colorful-active) .horizontal-tab-nav-item.is-active,
68836884
.theme-dark.minimal-eink-dark:not(.colorful-active) .vertical-tab-nav-item.is-active,
68846885
.theme-dark.minimal-eink-dark button.mod-cta,
6886+
.theme-dark.minimal-eink-dark .search-result-file-match:hover,
68856887
.theme-dark.minimal-eink-dark select:hover,
68866888
.theme-dark.minimal-eink-dark .dropdown:hover {
68876889
color: var(--bg1);

src/css/main.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/color-schemes/eink.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
&:not(.colorful-active) .horizontal-tab-nav-item.is-active,
8181
&:not(.colorful-active) .vertical-tab-nav-item.is-active,
8282
button.mod-cta,
83+
.search-result-file-match:hover,
8384
select:hover, .dropdown:hover {
8485
color: var(--bg1);
8586
}

theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)