mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
refactor(editor): Move all colors to css variables (#3723)
* update white color * update white color * update more whites * update color * update curr running * update text color #555 * update white color * set search bar colors * update colors * update node executing * update text colors * update light color * update theme * update theme * update overlays carousel * update theme vars * add dark theme tokens * update text * update table colors * fix conflict * update colors
This commit is contained in:
@@ -647,7 +647,7 @@ export default mixins(
|
||||
height: 35px;
|
||||
line-height: 35px;
|
||||
color: $--custom-dialog-text-color;
|
||||
--menu-item-hover-fill: #fff0ef;
|
||||
--menu-item-hover-fill: var(--color-primary-tint-3);
|
||||
|
||||
.item-title {
|
||||
position: absolute;
|
||||
@@ -667,7 +667,7 @@ export default mixins(
|
||||
.el-menu {
|
||||
border: none;
|
||||
font-size: 14px;
|
||||
--menu-item-hover-fill: #fff0ef;
|
||||
--menu-item-hover-fill: var(--color-primary-tint-3);
|
||||
|
||||
.el-menu--collapse {
|
||||
width: 75px;
|
||||
@@ -718,7 +718,7 @@ export default mixins(
|
||||
|
||||
.el-menu-item {
|
||||
a {
|
||||
color: #666;
|
||||
color: var(--color-text-base);
|
||||
|
||||
&.primary-item {
|
||||
color: $--color-primary;
|
||||
@@ -758,7 +758,7 @@ export default mixins(
|
||||
line-height: 24px;
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
background-color: #fff;
|
||||
background-color: var(--color-foreground-xlight);
|
||||
border: none;
|
||||
border-radius: 15px;
|
||||
|
||||
@@ -789,7 +789,7 @@ export default mixins(
|
||||
top: -3px;
|
||||
left: 5px;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
color: var(--color-foreground-xlight);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user