add exception for usercard dropdown styling
This commit is contained in:
@@ -244,9 +244,12 @@ button.formbutton a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
*.wdropdown > div.select > button {
|
||||
*.wdropdown > div.select > button:not(.usercard) {
|
||||
background: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
*.wdropdown > div.select > button {
|
||||
cursor: pointer;
|
||||
margin: 4px;
|
||||
text-align: left;
|
||||
|
||||
Reference in New Issue
Block a user