mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 18:24:52 -06:00
FIX: Remove border radius on more topics container buttons: (#23314)
This commit is contained in:
parent
f753918cf5
commit
480419565f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user