Skip to content

Commit

Permalink
fix link hover color #88
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed Mar 29, 2024
1 parent 2fb2dd1 commit 0a57391
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions src/editor/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@
text-decoration-color: $underline;

&:hover {
--link-color: var(--setting-link-internal-color-hover, var(--link-color));
--link-external-color: var(--setting-link-external-color-hover, var(--link-external-color));
background-color: rgba($color, 0.15);
}

Expand Down
18 changes: 0 additions & 18 deletions src/style-settings/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -296,15 +296,6 @@ settings:
opacity: false
default-light: '#'
default-dark: '#'
-
id: setting-link-internal-color-hover
title: internal link hover color
title.zh: 内部链接鼠标经过时字体颜色
type: variable-themed-color
format: rgb
opacity: false
default-light: '#'
default-dark: '#'
-
id: setting-link-external-color
title: external link color
Expand All @@ -323,15 +314,6 @@ settings:
opacity: false
default-light: '#'
default-dark: '#'
-
id: setting-link-external-color-hover
title: external link hover color
title.zh: 外部链接鼠标经过时文字颜色
type: variable-themed-color
format: rgb
opacity: false
default-light: '#'
default-dark: '#'
-
id: heading
title: heading
Expand Down

0 comments on commit 0a57391

Please sign in to comment.