Skip to content

Commit da602cd

Browse files
jnurthenGarthDB
authored andcommitted
fix: add a border to dialogs in high contrast mode
1 parent 6a1a1ea commit da602cd

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

components/dialog/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,3 +392,9 @@ governing permissions and limitations under the License.
392392
}
393393
}
394394
}
395+
396+
@media (forced-colors: active) {
397+
.spectrum-Dialog {
398+
border: solid;
399+
}
400+
}

0 commit comments

Comments
 (0)