Fixing dropdown item hover state UI bug
parent
fbe272eb14
commit
574f8c2d8d
|
@ -107,6 +107,10 @@
|
||||||
> li {
|
> li {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
@include gradient-h($c-laser,$c-pool);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
> li > a {
|
> li > a {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -123,7 +127,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@include gradient-h($c-laser,$c-pool);
|
background-color: transparent;
|
||||||
color: $g20-white !important;
|
color: $g20-white !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -138,11 +142,13 @@
|
||||||
@include custom-scrollbar($c-rainforest,$c-honeydew);
|
@include custom-scrollbar($c-rainforest,$c-honeydew);
|
||||||
@include gradient-h($c-pool,$c-rainforest);
|
@include gradient-h($c-pool,$c-rainforest);
|
||||||
|
|
||||||
|
> li:hover {
|
||||||
|
@include gradient-h($c-laser,$c-rainforest);
|
||||||
|
}
|
||||||
> li > a {
|
> li > a {
|
||||||
color: $c-mint !important;
|
color: $c-mint !important;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $g20-white !important;
|
color: $g20-white !important;
|
||||||
@include gradient-h($c-laser,$c-rainforest);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -150,11 +156,13 @@
|
||||||
@include custom-scrollbar($c-comet,$c-potassium);
|
@include custom-scrollbar($c-comet,$c-potassium);
|
||||||
@include gradient-h($c-ocean,$c-comet);
|
@include gradient-h($c-ocean,$c-comet);
|
||||||
|
|
||||||
|
> li:hover {
|
||||||
|
@include gradient-h($c-laser,$c-comet);
|
||||||
|
}
|
||||||
> li > a {
|
> li > a {
|
||||||
color: $c-cremedeviolette !important;
|
color: $c-cremedeviolette !important;
|
||||||
&:hover {
|
&:hover {
|
||||||
color: $g20-white !important;
|
color: $g20-white !important;
|
||||||
@include gradient-h($c-laser,$c-comet);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue