mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
UX: remove border radius and box shadow (#24135)
This commit is contained in:
parent
e2bb84757e
commit
b6f9bc556e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user