chore: remove save status indicator

This commit is contained in:
2026-05-24 19:05:23 +00:00
parent 5f182ec302
commit ebd283627e
2 changed files with 2 additions and 31 deletions
-18
View File
@@ -118,7 +118,6 @@ input {
gap: 8px;
}
.status-badge,
.primary-button,
.secondary-button,
.icon-button {
@@ -127,23 +126,6 @@ input {
background: #ffffff;
}
.status-badge {
padding: 8px 10px;
font-size: 13px;
}
.status-saving {
color: #1d4ed8;
}
.status-failed {
color: #b91c1c;
}
.status-saved {
color: #166534;
}
.primary-button,
.secondary-button {
cursor: pointer;