diff options
author | Volpeon <git@volpeon.ink> | 2024-12-10 11:40:28 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-12-10 11:40:28 +0100 |
commit | 2448ebfdef6a15549137cf42116168f467bae393 (patch) | |
tree | 770606867cdbc11a0d56777c77926504aa586ea1 /src/_thread.scss | |
parent | Update (diff) | |
download | furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.tar.gz furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.tar.bz2 furbase-design-2024-2448ebfdef6a15549137cf42116168f467bae393.zip |
Refactoring
Diffstat (limited to 'src/_thread.scss')
-rw-r--r-- | src/_thread.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_thread.scss b/src/_thread.scss index 5217447..c602a87 100644 --- a/src/_thread.scss +++ b/src/_thread.scss | |||
@@ -1,6 +1,6 @@ | |||
1 | @use 'iro-sass/src/props'; | 1 | @use 'iro-sass/src/props'; |
2 | 2 | ||
3 | @use 'common'; | 3 | @use 'core'; |
4 | 4 | ||
5 | @mixin styles { | 5 | @mixin styles { |
6 | .messageGroupList .columnSubject > .statusDisplay { | 6 | .messageGroupList .columnSubject > .statusDisplay { |
@@ -22,7 +22,7 @@ | |||
22 | .messageSignature { | 22 | .messageSignature { |
23 | a { | 23 | a { |
24 | text-decoration: underline; | 24 | text-decoration: underline; |
25 | text-decoration-color: props.get(common.$vlpnLinkUnderline); | 25 | text-decoration-color: props.get(core.$vlpnLinkUnderline); |
26 | } | 26 | } |
27 | 27 | ||
28 | a:hover { | 28 | a:hover { |