From 9d069149d7e2df0f62ca86f8fae92725494886ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 25 Sep 2022 16:46:23 +0200 Subject: [PATCH] Suppress PHPstorm errors in app.css --- assets/css/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/app.css b/assets/css/app.css index a9293123..61b01f81 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -65,6 +65,7 @@ body { /** Hide scrollbar in old Firefox and Edge **/ -ms-overflow-style: none; + /*noinspection CssInvalidPropertyValue*/ overflow: -moz-scrollbars-none; /*noinspection CssUnknownProperty*/ scrollbar-width: none; @@ -94,6 +95,7 @@ body { /** Hide scrollbar in Firefox and Edge **/ -ms-overflow-style: none; + /*noinspection CssInvalidPropertyValue*/ overflow: -moz-scrollbars-none; /* Use standard version for hiding the scrollbar */ scrollbar-width: none; @@ -377,7 +379,7 @@ btn-xs margin-right: auto; } -.darkmode--activated .hoverpic:hover, { +.darkmode--activated .hoverpic:hover { background: black; }