Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Merge pull request #465 from ahmedelgabri/remove-bootstrap-tooltips
Browse files Browse the repository at this point in the history
tooltip content is always ltr
  • Loading branch information
thabti authored Aug 27, 2016
2 parents bdea549 + 1c66231 commit 31bac53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/partials/_tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

&:after {
content: attr(aria-label);
direction: ltr;
padding: .625rem .9375rem;
position: absolute;
bottom: 100%;
Expand Down

0 comments on commit 31bac53

Please sign in to comment.