Fixed image delete icon color in darkmode

This commit is contained in:
Peter Zimon 2021-03-08 13:33:21 +01:00
parent 5899d21e03
commit 952384aeb2

View File

@ -324,6 +324,11 @@
text-decoration: underline;
}
.gh-setting-action-smallimg-delete svg path,
.gh-setting-action-largeimg-delete svg path {
fill: #fff;
}
.gh-setting-action .gh-progress-container {
width: 113px;
height: 100%;