mirror of
https://github.com/umap-project/umap.git
synced 2025-05-05 06:01:48 +02:00
Update alert.css
fix error in rtl rule
This commit is contained in:
parent
33df1a6f0f
commit
34d37eade1
1 changed files with 2 additions and 4 deletions
|
@ -95,8 +95,7 @@ h3[role="alert"] + p {
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
html[dir="rtl"] [role="group"] input:not([type="checkbox"],
|
html[dir="rtl"] [role="group"] input:not([type="checkbox"], [type="radio"]):not(:last-child),
|
||||||
html[dir="rtl"] [type="radio"]):not(:last-child),
|
|
||||||
html[dir="rtl"] [role="group"] > :not(:last-child) {
|
html[dir="rtl"] [role="group"] > :not(:last-child) {
|
||||||
border-top-right-radius: inherit;
|
border-top-right-radius: inherit;
|
||||||
border-bottom-right-radius: inherit;
|
border-bottom-right-radius: inherit;
|
||||||
|
@ -111,8 +110,7 @@ html[dir="rtl"] [role="group"] > :not(:last-child) {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
html[dir="rtl"] [role="group"] input:not([type="checkbox"],
|
html[dir="rtl"] [role="group"] input:not([type="checkbox"], [type="radio"]):not(:first-child),
|
||||||
html[dir="rtl"] [type="radio"]):not(:first-child),
|
|
||||||
html[dir="rtl"] [role="group"] > :not(:first-child) {
|
html[dir="rtl"] [role="group"] > :not(:first-child) {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
Loading…
Reference in a new issue