⚡ Survey updates (#2495)
* feat: update survey * feat: appearance tweaks * chore: hardcode survey showing * chore: fix survey options * feat: show survey for users with workflows * chore: take personalization into account * chore: revert survey conditions * chore: remove select override * chore: remove transfer component from editor * chore: more expressive flag name * ⚡ Minor improvements Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -117,28 +117,6 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
// Transfer list (nodes)
|
||||
.el-transfer {
|
||||
.el-transfer-panel {
|
||||
background-color: $--custom-input-background;
|
||||
// border: 1px solid #404040;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
padding: 1em;
|
||||
|
||||
.el-transfer-panel__header {
|
||||
background: none;
|
||||
}
|
||||
}
|
||||
.el-transfer__buttons button {
|
||||
border: 2px solid $--color-primary;
|
||||
}
|
||||
.el-transfer__buttons button.is-disabled {
|
||||
border: 2px solid #aaa;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
// Tabs
|
||||
.type-selector:focus,
|
||||
.el-tabs__header:focus,
|
||||
@@ -212,4 +190,3 @@ body {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user