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

Add complete RTL support #553

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3,716 changes: 3,716 additions & 0 deletions dist/spectre-rtl.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/spectre-rtl.min.css

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions dist/spectre.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,10 +861,6 @@ legend {
box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
}

.form-input::-webkit-input-placeholder {
color: #bcc3ce;
}

.form-input:-ms-input-placeholder {
color: #bcc3ce;
}
Expand Down Expand Up @@ -1415,6 +1411,7 @@ code {
.code {
border-radius: .1rem;
color: #3b4351;
direction: ltr;
position: relative;
}

Expand Down Expand Up @@ -2128,6 +2125,7 @@ summary.accordion-header::-webkit-details-marker {
position: absolute;
right: 14.64%;
transform: translate(50%, 50%);
transform: translate(50%, 50%);
width: 50%;
z-index: 2;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/spectre.min.css

Large diffs are not rendered by default.