From: stephan Date: Thu, 19 May 2022 18:14:34 +0000 (+0000) Subject: fiddle: consolidated two duplicate CSS rules. Internal doc typo fix. X-Git-Tag: version-3.39.0~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f72d711ace9f9c985aa4685dd395cf20c6aa8ea;p=thirdparty%2Fsqlite.git fiddle: consolidated two duplicate CSS rules. Internal doc typo fix. FossilOrigin-Name: d3175a793fb2d1ac9ecfd7a7c3b1627fe583effcd37740206a11b115f099d521 --- diff --git a/ext/fiddle/fiddle.in.html b/ext/fiddle/fiddle.in.html index 7bb0a283c4..d82f2e523a 100644 --- a/ext/fiddle/fiddle.in.html +++ b/ext/fiddle/fiddle.in.html @@ -91,13 +91,7 @@ color: red; background-color: yellow; } - .hidden { - position: absolute !important; - opacity: 0 !important; - pointer-events: none !important; - display: none !important; - } - .initially-hidden { + .hidden, .initially-hidden { position: absolute !important; opacity: 0 !important; pointer-events: none !important; @@ -219,13 +213,13 @@ SELECT * FROM t; - +