Skip to content

Commit

Permalink
Merge pull request #1041 from SherpasGroup/modern-taxonomy-picker-2
Browse files Browse the repository at this point in the history
Changes to CSS to make ModernTaxonomyPicker display correctly with RTL mode
  • Loading branch information
AJIXuMuK committed Oct 23, 2021
2 parents 83cf4d8 + 85dc1b2 commit be615a7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
.choiceOption {
color: "[theme: bodyText, default: #323130]";
display: inline-block;
padding-left: 26px;
padding-inline-start: 26px;
}

.disabledChoiceOption {
color: "[theme: disabledBodyText, default: #323130]";
display: inline-block;
padding-left: 26px;
padding-inline-start: 26px;
}

.selectedChoiceOption {
Expand All @@ -19,12 +19,12 @@

.checkbox {
color: "[theme: bodyText, default: #323130]";
margin-left: 4px;
margin-inline-start: 4px;
}

.disabledCheckbox {
color: "[theme: disabledBodyText, default: #323130]";
margin-left: 4px;
margin-inline-start: 4px;
}

.selectedCheckbox {
Expand Down

0 comments on commit be615a7

Please sign in to comment.