remove low-seat coloring on select and options (normal appearance), keep sold-out red/disabled only

This commit is contained in:
Oliver
2026-06-14 19:35:02 -03:00
parent da598a8ead
commit eab62121c3
3 changed files with 1 additions and 14 deletions
-4
View File
@@ -972,10 +972,6 @@ section {
.pricing-config-select:focus {
border-color: var(--accent);
}
.pricing-config-select.low-seats {
border-color: var(--warning);
box-shadow: 0 0 0 2px rgba(255, 170, 0, 0.2);
}
.pricing-config-select.no-seats {
border-color: var(--danger);
box-shadow: 0 0 0 2px rgba(255, 59, 59, 0.2);