Skip to content

Commit

Permalink
fix: avatar WHCM
Browse files Browse the repository at this point in the history
  • Loading branch information
jnurthen committed Mar 8, 2022
1 parent b255607 commit 478225a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/avatar/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ governing permissions and limitations under the License.
opacity: var(--spectrum-avatar-size-100-opacity-disabled);
}
}

@media (forced-colors: active) {
.spectrum-Avatar {
&.is-disabled {
opacity: 1;
outline: 2px solid GrayText;
}
}
}

0 comments on commit 478225a

Please sign in to comment.