diff --git a/core/modules/system/css/components/breadcrumb.theme.css b/core/modules/system/css/components/breadcrumb.theme.css index 9f5d409..465593e 100644 --- a/core/modules/system/css/components/breadcrumb.theme.css +++ b/core/modules/system/css/components/breadcrumb.theme.css @@ -11,7 +11,7 @@ padding: 0; } [dir="rtl"] .breadcrumb ol { - /* This is required to win over specifity of [dir="rtl"] ol */ + /* This is required to win over specificity of [dir="rtl"] ol */ margin-right: 0; } .breadcrumb li { diff --git a/core/modules/system/css/components/link.theme.css b/core/modules/system/css/components/link.theme.css index 43bb623..8d47081 100644 --- a/core/modules/system/css/components/link.theme.css +++ b/core/modules/system/css/components/link.theme.css @@ -3,7 +3,6 @@ * Style another element as a link. */ - button.link { background: transparent; border: 0; diff --git a/core/modules/system/css/components/progress.module.css b/core/modules/system/css/components/progress.module.css index ab20e23..284fa16 100644 --- a/core/modules/system/css/components/progress.module.css +++ b/core/modules/system/css/components/progress.module.css @@ -4,6 +4,7 @@ * * @see progress.js */ + .progress { position: relative; } diff --git a/core/modules/system/css/components/tabledrag.module.css b/core/modules/system/css/components/tabledrag.module.css index f4e21ff..39d7fb1 100644 --- a/core/modules/system/css/components/tabledrag.module.css +++ b/core/modules/system/css/components/tabledrag.module.css @@ -4,6 +4,7 @@ * * @see tabledrag.js */ + body.drag { cursor: move; }