mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 11:01:54 +03:00
EZQMS-394: Update diff viewer lint button colors (#4115)
Signed-off-by: Anna No <anna.no@xored.com>
This commit is contained in:
parent
591fef6555
commit
d3f0ae9667
@ -283,10 +283,10 @@
|
||||
line-height: 1.1em;
|
||||
|
||||
&.add {
|
||||
background: lightblue;
|
||||
background: var(--text-editor-highlighted-node-add-background-color);
|
||||
}
|
||||
|
||||
&.delete {
|
||||
background: orange;
|
||||
background: var(--text-editor-highlighted-node-delete-background-color);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user