mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-05 13:22:11 +00:00
UX: anon solved label color should match logged in button
This commit is contained in:
parent
b2cf82fc3b
commit
5dd60d5511
@ -22,14 +22,22 @@ $solved-color: green;
|
||||
margin-left: 7px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-controls .extra-buttons {
|
||||
// anon text
|
||||
.accepted-text {
|
||||
.d-icon,
|
||||
.accepted-label {
|
||||
color: $solved-color;
|
||||
}
|
||||
}
|
||||
|
||||
// logged in button
|
||||
.accepted {
|
||||
.d-icon,
|
||||
.d-button-label {
|
||||
color: $solved-color;
|
||||
.discourse-no-touch & {
|
||||
color: $solved-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user