refactor: Upgrade to Prettier 3 (no-changelog) (#6947)
Supersedes https://github.com/n8n-io/n8n/pull/6937 Excluding fixtures and test workflow JSONs to avoid having to update tests.
This commit is contained in:
@@ -188,7 +188,6 @@
|
||||
}
|
||||
|
||||
.tags-container {
|
||||
|
||||
.el-select-tags-wrapper .el-tag {
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
@@ -222,15 +221,18 @@
|
||||
cursor: not-allowed;
|
||||
color: var(--color-foreground-dark);
|
||||
}
|
||||
.el-input__inner, .el-input__inner::placeholder {
|
||||
.el-input__inner,
|
||||
.el-input__inner::placeholder {
|
||||
opacity: 1;
|
||||
color: var(--color-foreground-dark);
|
||||
}
|
||||
}
|
||||
.el-select .el-input:not(.is-disabled ) .el-input__icon {
|
||||
.el-select .el-input:not(.is-disabled) .el-input__icon {
|
||||
color: var(--color-text-dark);
|
||||
}
|
||||
.el-input .el-input__inner { text-align: center; }
|
||||
.el-input .el-input__inner {
|
||||
text-align: center;
|
||||
}
|
||||
.el-input:not(.is-disabled) .el-input__inner {
|
||||
&,
|
||||
&:hover,
|
||||
|
||||
Reference in New Issue
Block a user