We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6def01 commit 3d013ecCopy full SHA for 3d013ec
3 files changed
src/@batch-flask/ui/buttons/button.scss
@@ -160,3 +160,9 @@ bl-button {
160
}
161
162
163
+
164
+@media (forced-colors: active) {
165
+ bl-button {
166
+ border: 1px solid currentColor;
167
+ }
168
+}
src/@batch-flask/ui/buttons/clickable/clickable.scss
@@ -1,3 +1,9 @@
1
bl-clickable {
2
cursor: pointer;
3
4
5
6
+ bl-clickable {
7
8
9
src/app/styles/vendor/material-theme.scss
@@ -189,3 +189,9 @@ mat-button-toggle-group {
189
.cdk-high-contrast-active .mat-drawer.mat-drawer-end {
190
border-left: none;
191
192
193
194
+ mat-dialog-container {
195
196
197
0 commit comments