aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/WidgetParts/List/List.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/WidgetParts/List/List.module.scss')
-rw-r--r--src/components/WidgetParts/List/List.module.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/WidgetParts/List/List.module.scss b/src/components/WidgetParts/List/List.module.scss
index 5da5741..958f792 100644
--- a/src/components/WidgetParts/List/List.module.scss
+++ b/src/components/WidgetParts/List/List.module.scss
@@ -25,11 +25,13 @@
padding: var(--spacing-2xs) var(--spacing-xs);
background: none;
text-decoration: underline solid transparent 0;
- transition: all 0.16s ease-in-out 0s, text-decoration-color 0s;
+ transition: all 0.2s ease-in-out 0s, font-weight 0s,
+ text-decoration-color 0s;
&:hover,
&:focus {
background: var(--color-bg-secondary);
+ font-weight: 600;
}
&:focus {