fixing hovers on wpml menu item
This commit is contained in:
parent
3c18127813
commit
8415ca9c40
|
|
@ -81,7 +81,7 @@
|
||||||
px-2
|
px-2
|
||||||
xl:px-4
|
xl:px-4
|
||||||
py-2;
|
py-2;
|
||||||
&:hover:not(.wpml-ls-item),
|
&:hover:not(.wpml-ls-item, .wpml-ls-item > a),
|
||||||
button:focus-visible,
|
button:focus-visible,
|
||||||
a:focus-visible {
|
a:focus-visible {
|
||||||
@apply cursor-pointer rounded-md;
|
@apply cursor-pointer rounded-md;
|
||||||
|
|
@ -194,6 +194,9 @@
|
||||||
outline-offset: 5px !important;
|
outline-offset: 5px !important;
|
||||||
outline-width: 2px !important;
|
outline-width: 2px !important;
|
||||||
}
|
}
|
||||||
|
a:hover {
|
||||||
|
@apply !bg-white text-primary font-bold;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.wpml-ls-current-language {
|
.wpml-ls-current-language {
|
||||||
a {
|
a {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user