FIX: Remove border radius on more topics container buttons: (#23314)

This commit is contained in:
Jordan Vidrine 2023-08-29 12:02:38 -05:00 committed by GitHub
parent f753918cf5
commit 480419565f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
color: var(--primary);
background-color: transparent;
padding: 0.5em 5px;
border-radius: 0px;
&:hover {
box-shadow: inset 0px -3px 0px 0px rgba(var(--tertiary-rgb), 0.5);
}