From 0354273a1b53ed97b48da24574c1f23ae0123745 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 22 Jun 2024 02:14:24 +0800 Subject: [PATCH] Remove trailing comma of stylesheet selectors --- themes/blossom/stylesheets/all.css | 2 +- themes/sparrow/stylesheets/all.css | 2 +- themes/topaz/stylesheets/all.css | 2 +- themes/virgula/stylesheets/all.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/blossom/stylesheets/all.css b/themes/blossom/stylesheets/all.css index a6a0a42..f505c1c 100644 --- a/themes/blossom/stylesheets/all.css +++ b/themes/blossom/stylesheets/all.css @@ -390,7 +390,7 @@ form.comment_edit { select[disabled], textarea[disabled], input[disabled], -button[disabled], { +button[disabled] { cursor: not-allowed; opacity: 0.33; } diff --git a/themes/sparrow/stylesheets/all.css b/themes/sparrow/stylesheets/all.css index 95af458..36af0b2 100644 --- a/themes/sparrow/stylesheets/all.css +++ b/themes/sparrow/stylesheets/all.css @@ -328,7 +328,7 @@ form.comment_edit { select[disabled], textarea[disabled], input[disabled], -button[disabled], { +button[disabled] { cursor: not-allowed; opacity: 0.33; } diff --git a/themes/topaz/stylesheets/all.css b/themes/topaz/stylesheets/all.css index 932aae6..dd5033a 100644 --- a/themes/topaz/stylesheets/all.css +++ b/themes/topaz/stylesheets/all.css @@ -390,7 +390,7 @@ form.comment_edit { select[disabled], textarea[disabled], input[disabled], -button[disabled], { +button[disabled] { cursor: not-allowed; opacity: 0.33; } diff --git a/themes/virgula/stylesheets/all.css b/themes/virgula/stylesheets/all.css index 9cda4a9..afa932a 100644 --- a/themes/virgula/stylesheets/all.css +++ b/themes/virgula/stylesheets/all.css @@ -288,7 +288,7 @@ label { select[disabled], textarea[disabled], input[disabled], -button[disabled], { +button[disabled] { cursor: not-allowed; opacity: 0.33; }