Commit ad8945b5 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '222354-adjust-notification-transitions' into 'master'

Fine tune notification dot behavior

Closes #222354

See merge request gitlab-org/gitlab!34871
parents d3c6c56b 58228118
...@@ -74,19 +74,6 @@ ...@@ -74,19 +74,6 @@
} }
} }
&:focus:hover,
&:focus {
&.header-user-dropdown-toggle .header-user-notification-dot {
border-color: $white;
}
}
&:hover {
&.header-user-dropdown-toggle .header-user-notification-dot {
border-color: $nav-svg-color + 33;
}
}
&:hover, &:hover,
&:focus { &:focus {
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
...@@ -96,6 +83,10 @@ ...@@ -96,6 +83,10 @@
svg { svg {
fill: currentColor; fill: currentColor;
} }
&.header-user-dropdown-toggle .header-user-notification-dot {
border-color: $nav-svg-color + 33;
}
} }
} }
...@@ -109,6 +100,10 @@ ...@@ -109,6 +100,10 @@
fill: $nav-svg-color; fill: $nav-svg-color;
} }
} }
&.header-user-dropdown-toggle .header-user-notification-dot {
border-color: $white;
}
} }
.impersonated-user, .impersonated-user,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment