From 62f7e4d45c0aa7bdbedecd639e51e6f2446fcc2b Mon Sep 17 00:00:00 2001 From: Vendicated Date: Mon, 30 Jan 2023 05:02:17 +0100 Subject: Add stylelint --- src/components/PluginSettings/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/PluginSettings') diff --git a/src/components/PluginSettings/styles.css b/src/components/PluginSettings/styles.css index 1626d7d..a756fa9 100644 --- a/src/components/PluginSettings/styles.css +++ b/src/components/PluginSettings/styles.css @@ -94,6 +94,7 @@ -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; + /* stylelint-disable-next-line property-no-unknown */ box-orient: vertical; } @@ -132,6 +133,6 @@ margin-top: 0.5em; } -.vc-plugins-info-button svg:not(:hover):not(:focus) { +.vc-plugins-info-button svg:not(:hover, :focus) { color: var(--text-muted); } -- cgit