Skip to content
New issue

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

Checked icon in RTL is displayed inward (RTL) #2737

Open
Skrypt opened this issue Apr 29, 2022 · 0 comments
Open

Checked icon in RTL is displayed inward (RTL) #2737

Skrypt opened this issue Apr 29, 2022 · 0 comments
Labels

Comments

@Skrypt
Copy link

Skrypt commented Apr 29, 2022

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 :

image

Here is how it should be displayed :

image

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant