244244 line-height : inherit;
245245}
246246
247+ /* Any change to the default link style must be applied to button-link too. */
247248a {
248249 color : # 0073aa ;
249250 -webkit-transition-property : border, background, color;
@@ -464,7 +465,8 @@ code {
464465 word-wrap : break-word;
465466}
466467
467- .widefat a {
468+ .widefat a ,
469+ .widefat button .button-link {
468470 text-decoration : none;
469471}
470472
@@ -1242,20 +1244,10 @@ th.action-links {
12421244}
12431245
12441246.wp-filter .button-link .edit-filters {
1245- color : # 0073aa ;
1246- text-decoration : underline;
12471247 padding : 0 5px ;
12481248 line-height : 28px ;
12491249}
12501250
1251- .wp-filter .button-link .edit-filters : hover {
1252- color : # 00a0d2 ;
1253- }
1254-
1255- .wp-filter .button-link .edit-filters : focus {
1256- color : # 124964 ;
1257- }
1258-
12591251.filtered-by {
12601252 display : none;
12611253 margin : 0 ;
@@ -1607,8 +1599,7 @@ form.upgrade .hint {
16071599 color : # 66c6e4 ;
16081600}
16091601
1610- .button .updated-message ,
1611- .notice .button-link {
1602+ .button .updated-message {
16121603 -webkit-transition-property : border, background, color;
16131604 transition-property : border, background, color;
16141605 -webkit-transition-duration : .05s ;
@@ -1617,15 +1608,6 @@ form.upgrade .hint {
16171608 transition-timing-function : ease-in-out;
16181609}
16191610
1620- .notice .button-link {
1621- color : # 0073aa ;
1622- }
1623-
1624- .notice .button-link : hover ,
1625- .notice .button-link : active {
1626- color : # 00a0d2 ;
1627- }
1628-
16291611@media aural {
16301612 .wrap .notice p : before ,
16311613 .button .installing : before ,
@@ -2064,7 +2046,11 @@ html.wp-toolbar {
20642046 float : right;
20652047 width : 36px ;
20662048 height : 36px ;
2049+ margin : 0 ;
20672050 padding : 0 ;
2051+ border : 0 ;
2052+ background : none;
2053+ cursor : pointer;
20682054}
20692055
20702056.js .postbox .handlediv {
@@ -3278,6 +3264,7 @@ img {
32783264}
32793265
32803266.handlediv ,
3267+ .postbox .handlediv .button-link ,
32813268.item-edit ,
32823269.sidebar-name-arrow ,
32833270.accordion-section-title : after {
@@ -3292,6 +3279,8 @@ img {
32923279.widget-action : focus ,
32933280.handlediv : hover ,
32943281.handlediv : focus ,
3282+ .postbox .handlediv .button-link : hover ,
3283+ .postbox .handlediv .button-link : focus ,
32953284.item-edit : hover ,
32963285.item-edit : focus ,
32973286.sidebar-name : hover .sidebar-name-arrow ,
0 commit comments