From 13f064a1c36eaae67797a5cffa1ff6ce869cefe1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 20 Aug 2019 19:05:24 +0000 Subject: [PATCH] Twenty Eleven: Adjust [45763] to conform to CSS Coding Standards. See #47414. git-svn-id: https://develop.svn.wordpress.org/trunk@45860 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyeleven/editor-blocks.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyeleven/editor-blocks.css b/src/wp-content/themes/twentyeleven/editor-blocks.css index 7682b15e78..a9e6917a89 100644 --- a/src/wp-content/themes/twentyeleven/editor-blocks.css +++ b/src/wp-content/themes/twentyeleven/editor-blocks.css @@ -382,7 +382,7 @@ p.has-drop-cap:not(:focus)::first-letter { text-shadow: 0 -1px 0 rgba(0,0,0,0.3); } -.wp-block-button .wp-block-button__link[data-is-placeholder-visible=true] { +.wp-block-button .wp-block-button__link[data-is-placeholder-visible="true"] { height: auto; }