Update alert.css

fix error in rtl rule
This commit is contained in:
fim100 2024-08-05 00:49:09 +03:30 committed by GitHub
parent 33df1a6f0f
commit 34d37eade1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;