summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-31 13:49:13 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-07-31 13:49:13 +0000
commit387fd952019b09341634894bdd4c30085aa657d1 (patch)
tree3407633a5af899bc4eae4d5e64b5d5eb4bae2df6
parenta9f56ae16873af40c7f1f753aee4528f0fbc2e8d (diff)
parent7e165327712e24efa94673cfd180ebb361eaa7bd (diff)
downloadgitlab-ce-387fd952019b09341634894bdd4c30085aa657d1.tar.gz
Merge branch '35482-dropdown' into 'master'
fix :focus styles for selected filter dropdown items Closes #35482 See merge request !13070
-rw-r--r--app/assets/stylesheets/framework/filters.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index ab2abaca33a..ec13a86ccf7 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -414,13 +414,16 @@
background-color: $dropdown-hover-color;
color: $white-light;
text-decoration: none;
+ outline: 0;
.avatar {
border-color: $white-light;
}
}
-.filter-dropdown-item {
+.droplab-dropdown .dropdown-menu .filter-dropdown-item {
+ padding: 0;
+
.btn {
border: none;
width: 100%;
@@ -455,14 +458,11 @@
}
.dropdown-user {
- display: -webkit-flex;
display: flex;
}
.dropdown-user-details {
- display: -webkit-flex;
display: flex;
- -webkit-flex-direction: column;
flex-direction: column;
> span {