From 91fff39efeb0aabec81c10f5d4e969ebbd385488 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Tue, 9 Jul 2019 20:57:43 +0100 Subject: Fixed dropdown hover styles Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64340 --- app/assets/stylesheets/framework/dropdowns.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/assets/stylesheets/framework') diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index e75c1379dfb..29f63e9578d 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -63,7 +63,8 @@ margin-top: 11px; } -.dropdown-toggle { +.dropdown-toggle, +.confidential-merge-request-fork-group .dropdown-toggle { padding: 6px 8px 6px 10px; background-color: $white-light; color: $gl-text-color; @@ -288,7 +289,7 @@ padding: 0 1px; a, - button:not(.dropdown-toggle,.ci-action-icon-container), + button, .menu-item { @include dropdown-link; } -- cgit v1.2.1