From 5a0f702f29b6f62b5b64a90b2b8bcf5993e23551 Mon Sep 17 00:00:00 2001 From: Daryl Koopersmith Date: Tue, 20 Nov 2012 11:26:26 +0000 Subject: [PATCH] Buttons: Remove unused button arrows and dropdowns. see #21598, #21390. git-svn-id: http://core.svn.wordpress.org/trunk@22707 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/css/buttons.css | 48 ------------------------------------- 1 file changed, 48 deletions(-) diff --git a/wp-includes/css/buttons.css b/wp-includes/css/buttons.css index 219111bdcf..13f9881cae 100644 --- a/wp-includes/css/buttons.css +++ b/wp-includes/css/buttons.css @@ -27,7 +27,6 @@ TABLE OF CONTENTS: 2.0 - Default Button Style 3.0 - Primary Button Style 4.0 - Button Groups - 5.0 - Icon Buttons ---------------------------------------------------------------------------- */ @@ -287,50 +286,3 @@ input[type="submit"]::-moz-focus-inner { .button-group > .button:last-child { border-radius: 0 3px 3px 0; } - -/* ---------------------------------------------------------------------------- - 5.0 - Icon Buttons - - A button with a class of .down-arrow cannot have any input, and cannot have - any other content. ----------------------------------------------------------------------------- */ -.button.down-arrow:after { - content: '\25BE'; - display: inline-block; - font-size: 16px; - opacity: 0.9; - margin: 0 -0.25em; - text-align: center; - vertical-align: middle; -} - -.button .dropdown { - display: none; - position: absolute; - top: 100%; - left: 0; - margin: 5px 0; - padding: 0.8em 1em; - border-radius: 3px; - - background: #f5f5f5; - color: #333; - text-shadow: none; - box-shadow: - 0 0 0 1px rgba( 0, 0, 0, 0.3 ), - 1px 1px 2px rgba( 0, 0, 0, 0.1 ); -} - -.button.active .dropdown { - display: block; -} - -.dropdown-flip-x .dropdown { - left: auto; - right: 0; -} - -.dropdown-flip-y .dropdown { - top: auto; - bottom: 100%; -} \ No newline at end of file