| @@ -65,9 +65,9 @@ | ||
| 65 | 65 | inline-size: 237px; |
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | .wrap .snippets-search-area input[type='search'] { |
| 69 | - border-color: theme.$control-border; | |
| 69 | + border-color: var(--cs-color-border); | |
| 70 | 70 | } |
| 71 | 71 | |
| 72 | 72 | // Tablet widths: let the search area grow to fill the remainder of its row |
| 73 | 73 | // while the fixed-width selects keep their sizing and groups wrap naturally. |