From 2f72d711ace9f9c985aa4685dd395cf20c6aa8ea Mon Sep 17 00:00:00 2001 From: stephan Date: Thu, 19 May 2022 18:14:34 +0000 Subject: [PATCH] fiddle: consolidated two duplicate CSS rules. Internal doc typo fix. FossilOrigin-Name: d3175a793fb2d1ac9ecfd7a7c3b1627fe583effcd37740206a11b115f099d521 --- ext/fiddle/fiddle.in.html | 14 ++++---------- manifest | 12 ++++++------ manifest.uuid | 2 +- 3 files changed, 11 insertions(+), 17 deletions(-) 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; - +