Action Message Button: Add hover (#5528)
This commit is contained in:
parent
495bd7e5d9
commit
e36269f21e
@ -433,6 +433,12 @@
|
|||||||
margin-top: 0.6875rem;
|
margin-top: 0.6875rem;
|
||||||
background-color: var(--pattern-color);
|
background-color: var(--pattern-color);
|
||||||
font-weight: var(--font-weight-semibold);
|
font-weight: var(--font-weight-semibold);
|
||||||
|
transition: opacity 0.15s;
|
||||||
|
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
opacity: 0.8;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sticky-date {
|
.sticky-date {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user