refining wpml menu
This commit is contained in:
parent
b075b1615d
commit
888c82a5b1
|
|
@ -81,14 +81,14 @@
|
|||
xl:px-4
|
||||
py-2;
|
||||
}
|
||||
&:hover,
|
||||
&:hover:not(.wpml-ls-item),
|
||||
button:focus,
|
||||
a:focus {
|
||||
@apply cursor-pointer;
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
button:focus,
|
||||
a:focus {
|
||||
a:focus:not(.wpml-ls-item) {
|
||||
@apply rounded-md;
|
||||
text-decoration: none;
|
||||
outline: 1px solid rgba(255, 255, 255, 0.8);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user