diff --git a/core/.stylelintrc.json b/core/.stylelintrc.json index 832748d..27bcf72 100644 --- a/core/.stylelintrc.json +++ b/core/.stylelintrc.json @@ -12,7 +12,6 @@ "declaration-block-no-duplicate-properties": null, "declaration-block-no-redundant-longhand-properties": null, "declaration-block-no-shorthand-property-overrides": null, - "declaration-block-trailing-semicolon": null, "declaration-colon-space-after": null, "function-comma-space-after": null, "function-linear-gradient-no-nonstandard-direction": null, diff --git a/core/modules/ckeditor/css/ckeditor.admin.css b/core/modules/ckeditor/css/ckeditor.admin.css index cfbeae0..3ca9c1a 100644 --- a/core/modules/ckeditor/css/ckeditor.admin.css +++ b/core/modules/ckeditor/css/ckeditor.admin.css @@ -296,7 +296,7 @@ ul.ckeditor-buttons li.ckeditor-button-separator a { height: 18px; width: 1px; display: block; - box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5) + box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5); } .ckeditor-button-arrow { width: 0; diff --git a/core/modules/locale/css/locale.admin.css b/core/modules/locale/css/locale.admin.css index aa83c8b..d363a98 100644 --- a/core/modules/locale/css/locale.admin.css +++ b/core/modules/locale/css/locale.admin.css @@ -37,7 +37,7 @@ table-layout: fixed; } .locale-translate-edit-form td { - vertical-align: top + vertical-align: top; } .locale-translate-edit-form tr.changed { diff --git a/core/modules/views_ui/css/views_ui.admin.theme.css b/core/modules/views_ui/css/views_ui.admin.theme.css index 30616f0..5c7f3a2 100644 --- a/core/modules/views_ui/css/views_ui.admin.theme.css +++ b/core/modules/views_ui/css/views_ui.admin.theme.css @@ -431,7 +431,7 @@ td.group-title { background-color: #ddd; } .edit-display-settings { - margin: 12px 12px 0 12px + margin: 12px 12px 0 12px; } .edit-display-settings-top.views-ui-display-tab-bucket { border: 1px solid #f3f3f3; diff --git a/core/themes/seven/css/theme/ckeditor-dialog.css b/core/themes/seven/css/theme/ckeditor-dialog.css index b7d8dbb..0228442 100644 --- a/core/themes/seven/css/theme/ckeditor-dialog.css +++ b/core/themes/seven/css/theme/ckeditor-dialog.css @@ -192,7 +192,7 @@ background-image: linear-gradient(to bottom, #fcfcfa, #e9e9dd); color: #1a1a1a; text-decoration: none; - box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125) + box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.125); } .cke_reset_all .cke_dialog_footer_buttons a.cke_dialog_ui_button:focus { z-index: 10; diff --git a/core/themes/stable/css/ckeditor/ckeditor.admin.css b/core/themes/stable/css/ckeditor/ckeditor.admin.css index cfbeae0..3ca9c1a 100644 --- a/core/themes/stable/css/ckeditor/ckeditor.admin.css +++ b/core/themes/stable/css/ckeditor/ckeditor.admin.css @@ -296,7 +296,7 @@ ul.ckeditor-buttons li.ckeditor-button-separator a { height: 18px; width: 1px; display: block; - box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5) + box-shadow: 1px 0 1px rgba(255, 255, 255, 0.5); } .ckeditor-button-arrow { width: 0; diff --git a/core/themes/stable/css/locale/locale.admin.css b/core/themes/stable/css/locale/locale.admin.css index d55b429..443d943 100644 --- a/core/themes/stable/css/locale/locale.admin.css +++ b/core/themes/stable/css/locale/locale.admin.css @@ -37,7 +37,7 @@ table-layout: fixed; } .locale-translate-edit-form td { - vertical-align: top + vertical-align: top; } .locale-translate-edit-form tr.changed { diff --git a/core/themes/stable/css/views_ui/views_ui.admin.theme.css b/core/themes/stable/css/views_ui/views_ui.admin.theme.css index b843586..4752cc1 100644 --- a/core/themes/stable/css/views_ui/views_ui.admin.theme.css +++ b/core/themes/stable/css/views_ui/views_ui.admin.theme.css @@ -431,7 +431,7 @@ td.group-title { background-color: #ddd; } .edit-display-settings { - margin: 12px 12px 0 12px + margin: 12px 12px 0 12px; } .edit-display-settings-top.views-ui-display-tab-bucket { border: 1px solid #f3f3f3;