Fix Macaron theme
The modal for reporting a post calculates its value based on $ui-secondary-color. In most themes that is the correct calculation to make, but in Macaron our colors are assigned a little differently and this makes the modal unusable. Setting it to white fixes the issue.
This commit is contained in:
parent
c43695e49c
commit
2407b02383
|
@ -1095,3 +1095,7 @@ a.status-card.compact:hover {
|
|||
.audio-player .video-player__time-total {
|
||||
color: $ui-primary-color;
|
||||
}
|
||||
|
||||
.report-dialog-modal {
|
||||
background: $white;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue