Skip to content

Commit e375209

Browse files
emyarodjoshblack
authored andcommitted
fix(modal): add transparent outline for high contrast themes (#5037)
1 parent 084adb0 commit e375209

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/components/src/components/modal/_modal.scss

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@
7575
width: 100%;
7676
height: 100%;
7777
max-height: 100%;
78+
// make modal edge visible on high contrast themes (#3880)
79+
outline: 3px solid transparent;
80+
outline-offset: -3px;
7881
overflow: hidden;
7982
transform-origin: top center;
8083
transform: translate3d(0, -24px, 0);

0 commit comments

Comments
 (0)