FIX: Chat message button radius (#23358)

This commit is contained in:
Jordan Vidrine 2023-08-31 15:00:39 -05:00 committed by GitHub
parent 3eef3dc88e
commit 72f33d1d5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,8 @@
padding: 0.5em 0;
width: 2.5em;
transition: background 0.2s, border-color 0.2s;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
&:focus {
border-color: var(--primary-300);
@ -161,6 +163,8 @@
&:first-child {
border-left-color: var(--primary-300);
border-top-left-radius: var(--d-border-radius);
border-bottom-left-radius: var(--d-border-radius);
}
&.reacted {