fixed edit icon in inspector not visible in dark mode (#1133)

This commit is contained in:
Raj Mhatre 2021-10-18 20:16:44 +05:30 committed by GitHub
parent 881504e3c8
commit ccb5df757e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2014,6 +2014,9 @@ input:focus-visible {
.editor .editor-sidebar .inspector .header {
border: solid rgba(255, 255, 255, 0.09) !important;
border-width: 0px 0px 1px 0px !important;
.input-icon .input-icon-addon img {
filter: invert(1);
}
}
.editor .editor-sidebar .inspector .hr-text {
color: #fff !important;