UX: remove border radius and box shadow (#24135)

This commit is contained in:
chapoi 2023-10-27 12:02:42 +03:00 committed by GitHub
parent e2bb84757e
commit b6f9bc556e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@
.chat-message-actions {
background-color: var(--secondary);
display: flex;
box-shadow: 0 0.75px 0px rgba(0, 0, 0, 0.15);
.emoji-picker-anchor {
position: absolute;
@ -56,11 +55,6 @@
}
}
&:first-child {
border-bottom-left-radius: 0.25em;
border-top-left-radius: 0.25em;
}
&:first-child:not(:hover) {
border-color: var(--primary-300);
border-right-color: transparent;