Touch up link button hover styles

This commit is contained in:
Andy Smith
2026-02-02 10:04:42 -06:00
committed by Zoltan Hosszu
parent 0d45a42ebf
commit 322de4217f
+9 -1
View File
@@ -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);
}