Touch up link button hover styles
This commit is contained in:
committed by
Zoltan Hosszu
parent
0d45a42ebf
commit
322de4217f
@@ -41,7 +41,15 @@
|
||||
.lexxy-editor__toolbar-button {
|
||||
border-radius: 99rem;
|
||||
|
||||
&[type="submit"] {
|
||||
@media(any-hover: hover) {
|
||||
&:hover {
|
||||
filter: brightness(0.9);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
&[type="submit"],
|
||||
&[type="submit"]:hover {
|
||||
background-color: var(--color-link);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user