mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
fixed edit icon in inspector not visible in dark mode (#1133)
This commit is contained in:
parent
881504e3c8
commit
ccb5df757e
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue