Skip to content

Commit 478225a

Browse files
committed
fix: avatar WHCM
1 parent b255607 commit 478225a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

components/avatar/skin.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ governing permissions and limitations under the License.
2121
opacity: var(--spectrum-avatar-size-100-opacity-disabled);
2222
}
2323
}
24+
25+
@media (forced-colors: active) {
26+
.spectrum-Avatar {
27+
&.is-disabled {
28+
opacity: 1;
29+
outline: 2px solid GrayText;
30+
}
31+
}
32+
}

0 commit comments

Comments
 (0)