From f5e371608c26f90fdeeb874e5118f632c25b2e89 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Wed, 3 Sep 2014 17:05:38 +0000 Subject: [PATCH] Modals: Remove yet more cruft that was causing unwanted coloration of icons. props celloexpressions. fixes #29147 (for real this time). git-svn-id: https://develop.svn.wordpress.org/trunk@29697 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/colors/_admin.scss | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/src/wp-admin/css/colors/_admin.scss b/src/wp-admin/css/colors/_admin.scss index df0e43950a..032e3a0ac3 100644 --- a/src/wp-admin/css/colors/_admin.scss +++ b/src/wp-admin/css/colors/_admin.scss @@ -402,12 +402,6 @@ ul#adminmenu > li.current > a.current:after { /* Media */ -.media-modal-close:hover .media-modal-icon:before, -.edit-attachment-frame .edit-media-header .right:hover, -.edit-attachment-frame .edit-media-header .left:hover { - color: $link-focus; -} - .media-item .bar, .media-progress-bar div { background-color: $highlight-color; @@ -445,12 +439,6 @@ ul#adminmenu > li.current > a.current:after { color: $highlight-color; } -.theme-overlay .theme-header .close:hover, -.theme-overlay .theme-header .right:hover, -.theme-overlay .theme-header .left:hover { - color: $link-focus; -} - .theme-section.current, .theme-filter.current { border-bottom-color: $menu-background; @@ -476,15 +464,6 @@ body.more-filters-opened .more-filters:focus:before { color: $menu-highlight-text; } -.theme-install-overlay .close-full-overlay:hover, -.theme-install-overlay .close-full-overlay:focus, -.theme-install-overlay .previous-theme:hover, -.theme-install-overlay .previous-theme:focus, -.theme-install-overlay .next-theme:hover, -.theme-install-overlay .next-theme:focus { - color: $link-focus; -} - /* Widgets */ .widgets-chooser li.widgets-chooser-selected { @@ -504,13 +483,6 @@ body.more-filters-opened .more-filters:focus:before { color: $menu-highlight-text; } -.customize-controls-close:focus, -.customize-controls-close:hover, -.control-panel-back:focus, -.control-panel-back:hover { - color: $link-focus; -} - /* jQuery UI Slider */ .wp-slider .ui-slider-handle,