summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-12-15 11:20:05 -0600
committerClement Ho <ClemMakesApps@gmail.com>2017-01-09 16:01:28 -0600
commit78dd92b730063371742b6487ae2526d6cc0943b1 (patch)
tree086c317a9fa9e8e1961faa7913b65b256c6b6791 /app/assets/stylesheets/framework/filters.scss
parent657ac981acdcd2b070d838e530a2620c4db8bf04 (diff)
downloadgitlab-ce-78dd92b730063371742b6487ae2526d6cc0943b1.tar.gz
Improve styling of hover states
Diffstat (limited to 'app/assets/stylesheets/framework/filters.scss')
-rw-r--r--app/assets/stylesheets/framework/filters.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index e47511940a7..8b7cb245420 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -89,16 +89,22 @@
overflow-y: hidden;
border-radius: 0;
+ .dropdown-label-box {
+ border-color: $white-light;
+ border-style: solid;
+ border-width: 1px;
+ width: 17px;
+ height: 17px;
+ }
+
&:hover,
&:focus {
background-color: $dropdown-hover-color;
color: $white-light;
text-decoration: none;
- .dropdown-label-box {
+ .avatar {
border-color: $white-light;
- border-style: solid;
- border-width: 2px;
}
}
}