We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As you can see here by doing a Google search we can see that the "checked" icon should not be reversed like it is currently.
https://www.bing.com/images/search?q=%D8%A7%D8%B4%D8%A7%D8%B1%D8%A9+%D8%B5%D8%AD&go=Search&qs=ds&form=QBIR&first=1&tsc=ImageHoverTitle
Here is how it is currently displayed :
Here is how it should be displayed :
Here is the CSS that we used to "patch" the issue with an override :
html[dir="rtl"] .bootstrap-select .bs-ok-default:after { border-width: 0 0.26em 0.26em 0 !important; transform: rotate(45deg) !important; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As you can see here by doing a Google search we can see that the "checked" icon should not be reversed like it is currently.
https://www.bing.com/images/search?q=%D8%A7%D8%B4%D8%A7%D8%B1%D8%A9+%D8%B5%D8%AD&go=Search&qs=ds&form=QBIR&first=1&tsc=ImageHoverTitle
Here is how it is currently displayed :
Here is how it should be displayed :
Here is the CSS that we used to "patch" the issue with an override :
The text was updated successfully, but these errors were encountered: