We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ac437 commit 45db41dCopy full SHA for 45db41d
dojo/static/dojo/css/dojo.css
@@ -1884,3 +1884,27 @@ input[type=number]::-webkit-outer-spin-button {
1884
.table th:last-child, .table td:last-child {
1885
border-right: none;
1886
}
1887
+
1888
+/* Keep the color of the legend in forced color mode */
1889
+.legend td {
1890
+ forced-color-adjust: none;
1891
+}
1892
1893
+.legend .legendLabel {
1894
+ padding-left: 4px;
1895
+ forced-color-adjust: auto;
1896
1897
1898
+.fa-caret-down,
1899
+.caret {
1900
1901
1902
1903
+/* Keep arrows icons in forced color mode */
1904
+@media (forced-colors: active) {
1905
+ .fa-caret-down,
1906
+ .caret {
1907
+ color: ButtonText;
1908
+ }
1909
1910
0 commit comments