Skip to content

Commit

Permalink
revert(@clayui/css): override specific styles for rtl support
Browse files Browse the repository at this point in the history
This reverts commit dce5d81.
  • Loading branch information
bryceosterhaus committed Mar 18, 2020
1 parent 1692181 commit 5125a62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/clay-css/src/scss/components/_dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@
}
}

html[dir="rtl"] .dropdown-menu {
left: auto;
right: 0;
}

.dropdown-menu {
border-style: $dropdown-border-style;
font-size: $dropdown-font-size;
Expand Down

0 comments on commit 5125a62

Please sign in to comment.