From 2558cf01397fc7469a77fcd50994e0f4a5a8d67e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 1 May 2014 21:20:16 +0000 Subject: [PATCH] Fix arrow positioning in "Insert/edit link" modal. props avryl, sergej.mueller. fixes #28096. git-svn-id: https://develop.svn.wordpress.org/trunk@28236 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 57f78d134d..062c202a29 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -1085,7 +1085,8 @@ i.mce-i-hr:before { padding: 0; } -#wp-link-search-toggle::after { +#wp-link-search-toggle:after { + display: inline-block; font: normal 20px/1 'dashicons'; vertical-align: top; speak: none; @@ -1094,7 +1095,7 @@ i.mce-i-hr:before { content: '\f140'; } -.search-panel-visible #wp-link-search-toggle::after { +.search-panel-visible #wp-link-search-toggle:after { content: '\f142'; }