diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-12-22 23:25:05 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-22 23:25:05 +0000 |
commit | 63d4db847eec79ee964ec58fb906e558d2019ff9 (patch) | |
tree | e4e4949c4d9c8718fe71a5a2be642a56c2e720ae /app | |
parent | 358a2d8b0dac1ca7d82c10103d2dca4b73b412ae (diff) | |
download | gitlab-ce-63d4db847eec79ee964ec58fb906e558d2019ff9.tar.gz |
Fix hover not working on firefox
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index 93c8b6c9a1e..8056e0701ef 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -863,7 +863,8 @@ } .builds-dropdown { - &:focus { + &:focus, + &:hover { outline: none; margin-right: -8px; |