mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix post edit icon color (#11873)
This commit is contained in:
parent
0de897fbf2
commit
d3febe5e86
@ -670,6 +670,7 @@ blockquote {
|
|||||||
.d-icon {
|
.d-icon {
|
||||||
order: 1;
|
order: 1;
|
||||||
transition: color 0.25s;
|
transition: color 0.25s;
|
||||||
|
color: var(--primary-med-or-secondary-med);
|
||||||
}
|
}
|
||||||
.discourse-no-touch & {
|
.discourse-no-touch & {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user