Skip to content

Commit

Permalink
Update popup background color for high contrast mode (microsoft#7497)
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-dingler authored and michaelfarnsworth committed Nov 9, 2022
1 parent 35cd2ba commit 557535f
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,20 @@
}

.acd-dialog-frame {
background-color: ActiveBorder;
background-color: white;
display: flex;
flex-direction: column;
box-shadow: 0 0 50px -5px rgba(0, 0, 0, 0.4);
justify-content: space-between;
padding: 20px;
}

@media (forced-colors: active) {
.acd-dialog-frame {
background-color: ActiveBorder;
}
}

.acd-dialog-title-host {
display: flex;
align-items: center;
Expand Down

0 comments on commit 557535f

Please sign in to comment.