File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,21 @@ governing permissions and limitations under the License.
11
11
*/
12
12
13
13
.spectrum-Asset-folderBackground {
14
- fill : var (--spectrum-asset-folder-background-color );
14
+ fill : var (--highcontrast-asset-folder-background-color , var ( -- spectrum-asset-folder-background-color) );
15
15
}
16
16
17
17
.spectrum-Asset-fileBackground {
18
- fill : var (--spectrum-asset-file-background-color );
18
+ fill : var (--highcontrast-asset-file-background-color , var ( -- spectrum-asset-file-background-color) );
19
19
}
20
20
21
21
.spectrum-Asset-folderOutline ,
22
22
.spectrum-Asset-fileOutline {
23
23
fill : var (--spectrum-asset-icon-outline-color );
24
24
}
25
+
26
+ @media (forced-colors : active) {
27
+ .spectrum-Asset {
28
+ --highcontrast-asset-folder-background-color : currentColor;
29
+ --highcontrast-asset-file-background-color : currentColor;
30
+ }
31
+ }
You can’t perform that action at this time.
0 commit comments