Skip to content
Snippets Groups Projects

fix(GlDropdownItem): Fix dropdown item disabled state styling

Merged Daniel Tian requested to merge 2092-fix-dropdown-item-disabled-state into main
All threads resolved!
@@ -69,6 +69,14 @@
.gl-new-dropdown-item-check-icon {
@include gl-reset-color;
}
.gl-new-dropdown-item-text-secondary {
@include gl-reset-color;
}
.gl-avatar {
@include gl-opacity-7;
}
}
&:not(.disable-hover):hover,
Loading