|
162 | 162 |
|
163 | 163 | @media (forced-colors: active) { |
164 | 164 | .filterNavigatorBar { |
165 | | - --internal-background-color: ButtonFace; |
166 | | - --internal-hover-background-color: SelectedItemText; |
167 | | - --internal-hover-color: SelectedItem; |
168 | | - --internal-active-background-color: SelectedItemText; |
169 | | - --internal-selected-background-color: SelectedItem; |
170 | | - --internal-selected-color: SelectedItemText; |
171 | | - --internal-separator-img: url(../../../res/img/svg/scope-bar-separator-hcm-light.svg); |
| 165 | + --internal-background-color: ButtonFace !important; |
| 166 | + --internal-hover-background-color: SelectedItemText !important; |
| 167 | + --internal-hover-color: SelectedItem !important; |
| 168 | + --internal-active-background-color: SelectedItemText !important; |
| 169 | + --internal-selected-background-color: SelectedItem !important; |
| 170 | + --internal-selected-color: SelectedItemText !important; |
| 171 | + --internal-separator-img: url(../../../res/img/svg/scope-bar-separator-hcm-light.svg) !important; |
172 | 172 | } |
173 | 173 |
|
174 | 174 | .filterNavigatorBarItem { |
175 | | - color: ButtonText; |
| 175 | + color: ButtonText !important; |
176 | 176 | } |
177 | 177 |
|
178 | 178 | /* When the tab selector is active, we want the item to look like a button */ |
179 | 179 | .filterNavigatorBarSelectedItem:has( |
180 | 180 | .profileFilterNavigator--tab-selector.button |
181 | 181 | ) { |
182 | | - background-color: ButtonFace; |
183 | | - color: ButtonText; |
| 182 | + background-color: ButtonFace !important; |
| 183 | + color: ButtonText !important; |
184 | 184 | } |
185 | 185 |
|
186 | 186 | /* In regular mode, the opacity is tweaked, which isn't suited for High Contrast Mode. |
187 | 187 | Here we want the full opacity and a gray text */ |
188 | 188 | .filterNavigatorBarUncommittedItem { |
189 | | - color: GrayText; |
| 189 | + color: GrayText !important; |
190 | 190 | opacity: 1; |
191 | 191 | } |
192 | 192 |
|
|
0 commit comments