diff --git a/core/modules/system/css/system.admin.css b/core/modules/system/css/system.admin.css index 586ecdd..78db03d 100644 --- a/core/modules/system/css/system.admin.css +++ b/core/modules/system/css/system.admin.css @@ -134,9 +134,6 @@ small .admin-link:after { .system-modules td { padding-left: 0; /* LTR */ } -[dir="rtl"] .system-modules td { - padding-right: 0; -} @media screen and (max-width: 40em) { .system-modules td.name { diff --git a/core/modules/system/css/system.diff.css b/core/modules/system/css/system.diff.css index 0b7b61a..0f123cd 100644 --- a/core/modules/system/css/system.diff.css +++ b/core/modules/system/css/system.diff.css @@ -16,7 +16,6 @@ .diff-inline-legend label { margin-right:5px; /* LTR */ } - [dir="rtl"] .diff-inline-legend span, [dir="rtl"] .diff-inline-legend label { margin-left: 5px; diff --git a/core/modules/system/css/system.module.css b/core/modules/system/css/system.module.css index 99079fd..ab57c6c 100644 --- a/core/modules/system/css/system.module.css +++ b/core/modules/system/css/system.module.css @@ -134,7 +134,6 @@ a.tabledrag-handle:focus .handle { [dir="rtl"] .touch a.tabledrag-handle .handle { background-position: right 40% top 19px; } - .touch .draggable.drag a.tabledrag-handle .handle { background-position: 50% -32px; }