Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28106 from gmarty/Bug-1129642-RTL-blue-triangle-o…
Browse files Browse the repository at this point in the history
…n-drop-down-menus

Bug 1129642 - [RTL][System] The blue triangle icon of all value selectortors/drop down menus is rotated incorrectly
  • Loading branch information
KevinGrandon committed Feb 10, 2015
2 parents a0c9d82 + 16f1b3b commit dfa6a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/style/buttons.css
Expand Up @@ -432,7 +432,7 @@ html[dir="rtl"] li .bb-button.icon-dialog:before,
html[dir="rtl"] li .button.icon-dialog:before {
left: 0.8rem;
right: unset;
transform: rotate(135deg);
transform: rotate(315deg);
border-left: unset;
border-right: 0.7rem solid #00aac5;
}
Expand Down

0 comments on commit dfa6a91

Please sign in to comment.