Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-10 00:05:15 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-06-15 19:10:08 +0300
commitfc9a9e0871194879752c6ed18a22c84c122e7ef9 (patch)
tree425da601265b0b4310058a55ff31bfa3d020491e /app/assets
parentda504f8010d60c1a51f3685dfecc24eaef126c03 (diff)
Merge branch '33469-focus' into 'master'
remove outline from More Actions icon when dropdown open Closes #33469 See merge request !12054
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss5
-rw-r--r--app/assets/stylesheets/pages/notes.scss1
2 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 17f1dc2f479..cba890ce831 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -48,6 +48,10 @@
@include chevron-active;
border-color: $gray-darkest;
}
+
+ [data-toggle="dropdown"] {
+ outline: 0;
+ }
}
.dropdown-toggle {
@@ -109,6 +113,7 @@
&:focus:active {
@include chevron-active;
border-color: $dropdown-toggle-active-border-color;
+ outline: 0;
}
}
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index e622e5c3f4b..a0442463390 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -462,7 +462,6 @@ ul.notes {
.more-actions-toggle {
padding: 0;
- outline: none;
&:hover .icon,
&:focus .icon {