refining wpml menu

This commit is contained in:
Antoine M 2023-12-06 16:25:15 +01:00
parent b075b1615d
commit 888c82a5b1

View File

@ -81,14 +81,14 @@
xl:px-4 xl:px-4
py-2; py-2;
} }
&:hover, &:hover:not(.wpml-ls-item),
button:focus, button:focus,
a:focus { a:focus {
@apply cursor-pointer; @apply cursor-pointer;
background-color: rgba(255, 255, 255, 0.1); background-color: rgba(255, 255, 255, 0.1);
} }
button:focus, button:focus,
a:focus { a:focus:not(.wpml-ls-item) {
@apply rounded-md; @apply rounded-md;
text-decoration: none; text-decoration: none;
outline: 1px solid rgba(255, 255, 255, 0.8); outline: 1px solid rgba(255, 255, 255, 0.8);