Action Message Button: Add hover (#5528)

This commit is contained in:
Alexander Zinchuk 2025-01-27 23:51:00 +01:00
parent 495bd7e5d9
commit e36269f21e

View File

@ -433,6 +433,12 @@
margin-top: 0.6875rem;
background-color: var(--pattern-color);
font-weight: var(--font-weight-semibold);
transition: opacity 0.15s;
&:hover,
&:focus {
opacity: 0.8;
}
}
.sticky-date {