aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2021-01-22 13:21:16 +0000
committerShpuld Shpludson <shp@cock.li>2021-01-22 13:21:16 +0000
commit28ebb8b0ae3bca71a82532297715948a959fbe67 (patch)
treeb9f6e7571d75d89f3be702a6cb8c958ebf676d69 /src/App.scss
parent0358284ebf2accf6e0a20ec04e0448437827fadc (diff)
parent27a537d307964101a574a2616d4c90d3cd26431f (diff)
Merge branch 'fix/convert-more-hyperlinks-to-buttons' into 'develop'
convert more hyperlink buttons to real buttons See merge request pleroma/pleroma-fe!1333
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index 2a1d7b1b..8b91f3de 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -178,6 +178,13 @@ a {
&.-fullwidth {
width: 100%;
}
+
+ &.-hover-highlight {
+ &:hover svg {
+ color: $fallback--lightText;
+ color: var(--lightText, $fallback--lightText);
+ }
+ }
}
input, textarea, .select, .input {