v0.15.13-hotfix

This commit is contained in:
Mateusz Gruszczyński
2026-09-21 10:37:06 +02:00
parent e5013ea819
commit f6269024bb
4 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -10596,17 +10596,17 @@ select.select-native-proxy[aria-invalid="true"]+.custom-select .custom-select-tr
color: var(--muted);
}
.flow-card .flow-card-action-button {
.flow-card-action-button {
border: 1px solid var(--line);
background: var(--surface-muted);
color: var(--text);
}
.flow-card .flow-card-action-button:hover:not(:disabled) {
.flow-card-action-button:hover:not(:disabled) {
border-color: var(--line-strong);
}
.flow-card .flow-card-action-button:disabled {
.flow-card-action-button:disabled {
opacity: .45;
cursor: not-allowed;
}