|
| 1 | +/* stylelint-disable declaration-block-no-duplicate-properties */ |
1 | 2 | .equipmentDetailPage { |
2 | 3 | font-size: 0.95rem; |
3 | | - margin: 1.5rem auto 3rem auto; |
| 4 | + margin: 1.5rem auto 3rem; |
4 | 5 | max-width: 720px; |
5 | 6 | } |
6 | 7 |
|
@@ -112,8 +113,8 @@ button.descriptionItem_button:hover { |
112 | 113 | /* Hide native select arrow to prevent double-chevron; use single custom arrow */ |
113 | 114 | .editableField select { |
114 | 115 | appearance: none !important; |
115 | | - -webkit-appearance: none !important; |
116 | | - -moz-appearance: none !important; |
| 116 | + appearance: none !important; |
| 117 | + appearance: none !important; |
117 | 118 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23495057'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E") !important; |
118 | 119 | background-repeat: no-repeat !important; |
119 | 120 | background-position: right 0.75rem center !important; |
@@ -172,7 +173,7 @@ button.descriptionItem_button:hover { |
172 | 173 |
|
173 | 174 | :global(body.dark-mode) .equipmentDetailPageHeader h1, |
174 | 175 | :global(body.bm-dashboard-dark) .equipmentDetailPageHeader h1 { |
175 | | - color: #ffffff; |
| 176 | + color: #fff; |
176 | 177 | } |
177 | 178 |
|
178 | 179 | :global(body.dark-mode) :global(.EquipmentDetailPage__dashed_line), |
@@ -227,8 +228,8 @@ button.descriptionItem_button:hover { |
227 | 228 | :global(body.dark-mode) .editableField select, |
228 | 229 | :global(body.bm-dashboard-dark) .editableField select { |
229 | 230 | appearance: none; |
230 | | - -webkit-appearance: none; |
231 | | - -moz-appearance: none; |
| 231 | + appearance: none; |
| 232 | + appearance: none; |
232 | 233 | background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='%23e0eaf5'%3E%3Cpath d='M6 8L1 3h10z'/%3E%3C/svg%3E"); |
233 | 234 | background-repeat: no-repeat; |
234 | 235 | background-position: right 0.75rem center; |
|
0 commit comments