We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98f405 commit a613441Copy full SHA for a613441
src/assets/scss/boldgrid/navigation/_base.scss
@@ -808,10 +808,20 @@
808
}
809
810
811
-li.menu-item[class*="hvr-underline"]:not(.hvr-underline-reveal) a:not( .button-primary):not(.button-secondary ) {
812
- transform: unset;
813
- overflow: unset;
814
- &:before {
815
- bottom: -2.5px;
+li.menu-item[class*="hvr-underline"] {
+ > a:not( .button-primary):not( .button-secondary ) {
+ &:before {
+ z-index: 1;
+ }
816
817
+ &:not(.hvr-underline-reveal) a:not( .button-primary):not(.button-secondary ) {
818
+ transform: unset;
819
+ overflow: unset;
820
821
+ bottom: -2.5px;
822
823
824
825
+
826
827
0 commit comments