mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 08:43:25 +08:00
UX: fix border-radius for dropdown in chat msg actions (#25881)
This commit is contained in:
parent
0dfd30f587
commit
ff9c6ce934
|
@ -80,6 +80,7 @@
|
|||
padding: 0.5em 0;
|
||||
width: 2.5em;
|
||||
transition: background 0.2s, border-color 0.2s;
|
||||
border-radius: var(--d-border-radius);
|
||||
border-top-left-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user