summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_dropdown.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_dropdown.scss')
-rw-r--r--webapp/sass/components/_dropdown.scss15
1 files changed, 9 insertions, 6 deletions
diff --git a/webapp/sass/components/_dropdown.scss b/webapp/sass/components/_dropdown.scss
index 39317358f..0051f09a3 100644
--- a/webapp/sass/components/_dropdown.scss
+++ b/webapp/sass/components/_dropdown.scss
@@ -17,13 +17,16 @@
@include opacity(.15);
}
- div > a {
- color: inherit;
- text-decoration: none;
-
- &:focus,
- &:hover {
+ div,
+ li {
+ > a {
color: inherit;
+ text-decoration: none;
+
+ &:focus,
+ &:hover {
+ color: inherit;
+ }
}
}
}