Follow-up

This commit is contained in:
Alexander Zinchuk 2024-08-06 20:06:48 +02:00
parent cebc6ccab9
commit 903173dc04

View File

@ -4,7 +4,7 @@
.EmbeddedMessage { .EmbeddedMessage {
--hover-opacity: 0; --hover-opacity: 0;
--hover-background-color: black; --hover-background-color: white;
display: flex; display: flex;
align-items: center; align-items: center;
@ -23,11 +23,11 @@
html.theme-dark & { html.theme-dark & {
--ripple-color: rgba(255, 255, 255, 0.08); --ripple-color: rgba(255, 255, 255, 0.08);
--hover-background-color: white; --hover-background-color: black;
} }
&:hover { &:hover {
--hover-opacity: 0.04; --hover-opacity: 0.15;
html.theme-dark & { html.theme-dark & {
--hover-opacity: 0.08; --hover-opacity: 0.08;
@ -35,7 +35,7 @@
} }
&::after { &::after {
transition: opacity 0.2s ease-in; transition: opacity 0.15s;
content: ''; content: '';
position: absolute; position: absolute;
top: 0; top: 0;