From f1c861727c1d2f9eacf98821c81f0f8cdcb57317 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 Nov 2021 10:01:28 +0100 Subject: Add ability to preview embed in share modal --- client/src/sass/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 1f8166d8a..87a21543d 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -92,7 +92,7 @@ strong { font-weight: $font-semibold; } -input.readonly { +input[readonly] { /* Force blank on readonly inputs */ background-color: pvar(--inputBackgroundColor) !important; } -- cgit v1.2.3