diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-10 09:08:55 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-05-10 09:08:55 +0000 |
commit | a2344dbf1942dc3919c55b0684d2566368e03852 (patch) | |
tree | 00f92dc8b5e2e2cb732662f5e5e0ffd5f3d2eca0 /app/assets/stylesheets/framework | |
parent | 213da19cda5309148952ab770e2a9e122fe32e22 (diff) | |
download | gitlab-ce-a2344dbf1942dc3919c55b0684d2566368e03852.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r-- | app/assets/stylesheets/framework/super_sidebar.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/super_sidebar.scss b/app/assets/stylesheets/framework/super_sidebar.scss index a1e26e78fbe..4124f6b46c5 100644 --- a/app/assets/stylesheets/framework/super_sidebar.scss +++ b/app/assets/stylesheets/framework/super_sidebar.scss @@ -191,8 +191,8 @@ $super-sidebar-transition-hint-duration: $super-sidebar-transition-duration / 4; &:hover, &:focus-within { - .count-pill { - display: none; + .nav-item-badge { + opacity: 0; } } |