admin-menu-rtl.css
3 years ago
admin-menu-rtl.min.css
3 years ago
admin-menu.css
3 years ago
admin-menu.js
3 years ago
admin-menu.min.css
3 years ago
class-admin-menu.php
3 years ago
class-atomic-admin-menu.php
3 years ago
class-base-admin-menu.php
3 years ago
class-dashboard-switcher-tracking.php
3 years ago
class-domain-only-admin-menu.php
3 years ago
class-jetpack-admin-menu.php
3 years ago
class-p2-admin-menu.php
4 years ago
class-wpcom-admin-menu.php
3 years ago
class-wpcom-email-subscription-checker.php
3 years ago
dashicon-set.php
4 years ago
globe-icon.svg
3 years ago
load.php
3 years ago
menu-mappings.php
3 years ago
admin-menu-rtl.css
560 lines
| 1 | #adminmenu { |
| 2 | margin: 0; |
| 3 | } |
| 4 | |
| 5 | /** |
| 6 | * Menu width |
| 7 | */ |
| 8 | #wpcontent, |
| 9 | #wpfooter { |
| 10 | margin-right: 272px; |
| 11 | } |
| 12 | |
| 13 | #adminmenuback, |
| 14 | #adminmenuwrap, |
| 15 | #adminmenu, |
| 16 | #adminmenu .wp-submenu { |
| 17 | width: 272px; |
| 18 | } |
| 19 | |
| 20 | #adminmenu .wp-submenu { |
| 21 | right: 272px; |
| 22 | } |
| 23 | |
| 24 | #adminmenu .wp-not-current-submenu .wp-submenu, |
| 25 | .folded #adminmenu .wp-has-current-submenu .wp-submenu { |
| 26 | min-width: 272px; |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Fixes Gutenberg in not fullscreen mode. |
| 31 | */ |
| 32 | @media (min-width: 783px) { |
| 33 | .interface-interface-skeleton, |
| 34 | .edit-post-layout .components-editor-notices__snackbar { |
| 35 | right: 272px; |
| 36 | } |
| 37 | } |
| 38 | @media (min-width: 961px) { |
| 39 | body:not(.folded).auto-fold .interface-interface-skeleton, |
| 40 | .auto-fold .edit-post-layout .components-editor-notices__snackbar, |
| 41 | .jp-dialogue-modern-full__container { |
| 42 | right: 272px; |
| 43 | } |
| 44 | .global-notices { |
| 45 | max-width: calc(100% - 48px - 272px); |
| 46 | } |
| 47 | } |
| 48 | /** |
| 49 | * Jetpack logo |
| 50 | */ |
| 51 | #adminmenu [class*=activity-log] .wp-menu-image img { |
| 52 | padding-top: 7px; |
| 53 | } |
| 54 | |
| 55 | /** |
| 56 | * Site Card |
| 57 | */ |
| 58 | #adminmenu .toplevel_page_site-card .wp-menu-name { |
| 59 | margin-right: 40px; /* icon width (32) + padding (8). */ |
| 60 | padding: 0; |
| 61 | } |
| 62 | |
| 63 | #adminmenu li.toplevel_page_site-card a { |
| 64 | padding: 10px 8px 10px 0; |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Site Notices |
| 69 | */ |
| 70 | #adminmenu a.toplevel_page_site-notices:hover, |
| 71 | #adminmenu a.toplevel_page_site-notices:focus, |
| 72 | #adminmenu li.toplevel_page_site-notices:hover, |
| 73 | #adminmenu li.toplevel_page_site-notices:focus { |
| 74 | background-color: inherit !important; |
| 75 | color: inherit !important; |
| 76 | } |
| 77 | |
| 78 | #adminmenu li.toplevel_page_site-notices .wp-menu-image { |
| 79 | display: none; |
| 80 | } |
| 81 | |
| 82 | #adminmenu .toplevel_page_site-notices .wp-menu-image { |
| 83 | border-radius: 2px; |
| 84 | background-color: #fff; |
| 85 | } |
| 86 | |
| 87 | #adminmenu .toplevel_page_site-notices .wp-menu-image:before { |
| 88 | content: "\f534"; |
| 89 | font-family: "dashicons"; |
| 90 | font-size: 20px; |
| 91 | line-height: 20px; |
| 92 | background-color: #a7aaad; |
| 93 | color: white; |
| 94 | border-radius: 50%; |
| 95 | margin: 5px; |
| 96 | padding: 0; |
| 97 | } |
| 98 | |
| 99 | #adminmenu .toplevel_page_site-notices:hover .wp-menu-image:before { |
| 100 | color: #fff; |
| 101 | } |
| 102 | |
| 103 | #adminmenu .toplevel_page_site-notices .upsell_banner { |
| 104 | display: flex; |
| 105 | flex-grow: 1; |
| 106 | flex-wrap: nowrap; |
| 107 | align-items: center; |
| 108 | justify-content: space-between; |
| 109 | position: relative; |
| 110 | width: 100%; |
| 111 | padding: 7px 12px; |
| 112 | right: -28px; |
| 113 | border-radius: 2px; |
| 114 | font-size: 12px; |
| 115 | line-height: 1.4; |
| 116 | -webkit-hyphens: none; |
| 117 | hyphens: none; |
| 118 | } |
| 119 | |
| 120 | #adminmenu .toplevel_page_site-notices .upsell_banner .banner__info { |
| 121 | margin-left: 12px; |
| 122 | } |
| 123 | |
| 124 | #adminmenu .toplevel_page_site-notices .upsell_banner .button { |
| 125 | font-size: 12px; |
| 126 | line-height: 12px; |
| 127 | padding: 0 7px; |
| 128 | border: 0; |
| 129 | min-height: 26px; |
| 130 | } |
| 131 | |
| 132 | #adminmenu .toplevel_page_site-notices .upsell_banner svg.dismissible-card__close-icon { |
| 133 | height: 24px; |
| 134 | width: 24px; |
| 135 | margin-right: 10px; |
| 136 | } |
| 137 | |
| 138 | @media screen and (min-width: 782px) { |
| 139 | .folded #adminmenu .toplevel_page_site-notices .wp-menu-image { |
| 140 | display: block; |
| 141 | width: 30px; |
| 142 | } |
| 143 | .folded #adminmenu .toplevel_page_site-notices { |
| 144 | height: 50px; |
| 145 | display: flex; |
| 146 | align-items: center; |
| 147 | justify-content: center; |
| 148 | } |
| 149 | } |
| 150 | @media screen and (min-width: 782px) and (max-width: 960px) { |
| 151 | .auto-fold #adminmenu .toplevel_page_site-notices .wp-menu-image { |
| 152 | display: block; |
| 153 | width: 30px; |
| 154 | } |
| 155 | .auto-fold #adminmenu .toplevel_page_site-notices { |
| 156 | height: 50px; |
| 157 | display: flex; |
| 158 | align-items: center; |
| 159 | justify-content: center; |
| 160 | } |
| 161 | } |
| 162 | /* Prevent box-shadow at the top of the sidebar */ |
| 163 | #adminmenu .site-switcher:hover, |
| 164 | #adminmenu .toplevel_page_site-card:hover, |
| 165 | #adminmenu .toplevel_page_site-notices:hover { |
| 166 | box-shadow: none; |
| 167 | } |
| 168 | |
| 169 | /** |
| 170 | * Site icon inline-styles for height and width are defined in set_site_icon_inline_styles |
| 171 | */ |
| 172 | #adminmenu .toplevel_page_site-card .wp-menu-image { |
| 173 | background-image: none; |
| 174 | background-position: center; |
| 175 | background-repeat: no-repeat; |
| 176 | background-size: 18px 18px; |
| 177 | transform: translateZ(0); |
| 178 | transition-property: background-image, background-color; |
| 179 | transition-duration: 0.2s; |
| 180 | } |
| 181 | |
| 182 | #adminmenu a.toplevel_page_site-card:hover, |
| 183 | #adminmenu li.toplevel_page_site-card:hover { |
| 184 | background-color: inherit; |
| 185 | } |
| 186 | |
| 187 | #adminmenu .toplevel_page_site-card img { |
| 188 | opacity: initial; |
| 189 | } |
| 190 | |
| 191 | #adminmenu .toplevel_page_site-card.has-site-icon img { |
| 192 | padding: 0; |
| 193 | } |
| 194 | |
| 195 | #adminmenu .toplevel_page_site-card:hover div.wp-menu-image, |
| 196 | #adminmenu .toplevel_page_site-card a:focus div.wp-menu-image { |
| 197 | background-image: url("data:image/svg+xml,%3Csvg class=%27gridicon gridicons-house%27 height=%2724%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27%3E%3Cg%3E%3Cpath fill=%27%23fff%27 d=%27M22 9L12 1 2 9v2h2v10h5v-4c0-1.657 1.343-3 3-3s3 1.343 3 3v4h5V11h2V9z%27/%3E%3C/g%3E%3C/svg%3E%0A"); |
| 198 | } |
| 199 | |
| 200 | #adminmenu .toplevel_page_site-card:not(.has-site-icon) .wp-menu-image { |
| 201 | background-color: #c3c4c7; |
| 202 | height: 32px; |
| 203 | width: 32px; |
| 204 | } |
| 205 | |
| 206 | #adminmenu .toplevel_page_site-card:not(.has-site-icon) .wp-menu-image img { |
| 207 | width: 18px; |
| 208 | height: 18px; |
| 209 | padding: 7px; |
| 210 | } |
| 211 | |
| 212 | #adminmenu .toplevel_page_site-card:hover div.wp-menu-image img, |
| 213 | #adminmenu .toplevel_page_site-card a:focus div.wp-menu-image img { |
| 214 | display: none; |
| 215 | } |
| 216 | |
| 217 | .site__info .site__title { |
| 218 | display: block; |
| 219 | font-size: 14px; |
| 220 | font-weight: 400; |
| 221 | line-height: 1.3; |
| 222 | } |
| 223 | |
| 224 | .site__info .site__domain { |
| 225 | display: block; |
| 226 | max-width: 95%; |
| 227 | font-size: 12px; |
| 228 | line-height: 1.4; |
| 229 | margin-top: 2px; |
| 230 | } |
| 231 | |
| 232 | .site__info .site__title, |
| 233 | .site__info .site__domain { |
| 234 | overflow: hidden; |
| 235 | white-space: nowrap; |
| 236 | } |
| 237 | |
| 238 | .site__info .site__title::after, |
| 239 | .site__info .site__domain::after { |
| 240 | content: ""; |
| 241 | display: block; |
| 242 | position: absolute; |
| 243 | -webkit-touch-callout: none; |
| 244 | -webkit-user-select: none; |
| 245 | user-select: none; |
| 246 | pointer-events: none; |
| 247 | top: 0; |
| 248 | bottom: 0; |
| 249 | left: 0; |
| 250 | right: auto; |
| 251 | width: 20%; |
| 252 | height: auto; |
| 253 | } |
| 254 | |
| 255 | .site__info > .site__badge { |
| 256 | font-size: 12px; |
| 257 | border-radius: 12px; |
| 258 | clear: both; |
| 259 | display: inline-block; |
| 260 | margin-top: 6px; |
| 261 | margin-left: 3px; |
| 262 | padding: 1px 10px; |
| 263 | } |
| 264 | |
| 265 | .site__info > .site__badge.site__badge-staging { |
| 266 | background-color: #f0c930; |
| 267 | color: #4f3500; |
| 268 | } |
| 269 | |
| 270 | /** |
| 271 | * Inline text in a menu title |
| 272 | */ |
| 273 | .inline-text { |
| 274 | display: block !important; |
| 275 | position: absolute; |
| 276 | left: 20px; |
| 277 | top: 50%; |
| 278 | transform: translateY(-50%); |
| 279 | opacity: 0.8; |
| 280 | } |
| 281 | |
| 282 | /** |
| 283 | * Stats |
| 284 | */ |
| 285 | [class*="toplevel_page_https://wordpress.com/stats/day"] .sidebar-unified__sparkline { |
| 286 | float: left; |
| 287 | margin-left: 8px; |
| 288 | } |
| 289 | |
| 290 | /** |
| 291 | * Folded State |
| 292 | */ |
| 293 | .folded #adminmenu a.menu-top { |
| 294 | height: 31px; |
| 295 | } |
| 296 | |
| 297 | .folded #adminmenu li.toplevel_page_site-card a { |
| 298 | padding-right: 0; |
| 299 | } |
| 300 | |
| 301 | /* Auto-folding of the admin menu */ |
| 302 | @media only screen and (max-width: 960px) { |
| 303 | #adminmenu, |
| 304 | #adminmenuwrap, |
| 305 | #adminmenuback { |
| 306 | width: 272px; |
| 307 | } |
| 308 | .auto-fold #adminmenu a[class*=toplevel_page_http].wp-first-item { |
| 309 | height: auto; |
| 310 | } |
| 311 | .wp-responsive-open #adminmenu a.menu-top { |
| 312 | height: auto; |
| 313 | } |
| 314 | .auto-fold #adminmenu div.wp-menu-image { |
| 315 | width: 36px; |
| 316 | } |
| 317 | } |
| 318 | @media screen and (min-width: 782px) and (max-width: 960px) { |
| 319 | .auto-fold #adminmenu a.menu-top { |
| 320 | height: 34px; |
| 321 | } |
| 322 | .auto-fold #adminmenu li.toplevel_page_site-card a { |
| 323 | height: 36px; |
| 324 | padding-right: 1px; |
| 325 | } |
| 326 | } |
| 327 | @media screen and (max-width: 782px) { |
| 328 | #adminmenu li.menu-top .wp-submenu > li > a, |
| 329 | .auto-fold #adminmenu li.menu-top .wp-submenu > li > a { |
| 330 | padding-right: 42px; |
| 331 | } |
| 332 | .wp-responsive-open #wpbody { |
| 333 | left: inherit; |
| 334 | } |
| 335 | .wp-responsive-open #wpcontent { |
| 336 | margin-right: 272px; |
| 337 | } |
| 338 | .auto-fold #adminmenu, .auto-fold #adminmenuback, .auto-fold #adminmenuwrap { |
| 339 | width: 272px; |
| 340 | } |
| 341 | .auto-fold #adminmenu a.site-switcher, |
| 342 | #adminmenu a.site-switcher { |
| 343 | font-size: 14px; |
| 344 | } |
| 345 | } |
| 346 | @media only screen and (max-width: 660px) { |
| 347 | #adminmenuback, |
| 348 | #adminmenuwrap, |
| 349 | #adminmenu, |
| 350 | #adminmenu .wp-submenu, |
| 351 | .auto-fold #adminmenu, |
| 352 | .auto-fold #adminmenuback, |
| 353 | .auto-fold #adminmenuwrap { |
| 354 | width: 100%; |
| 355 | z-index: 171; |
| 356 | } |
| 357 | .wp-responsive-open #wpcontent { |
| 358 | margin-right: 0; |
| 359 | } |
| 360 | ul#adminmenu a.wp-has-current-submenu:after, |
| 361 | ul#adminmenu > li.current > a.current:after, |
| 362 | ul#adminmenu li:hover a.wp-has-current-submenu:after, |
| 363 | .auto-fold ul#adminmenu li:hover a.wp-has-current-submenu:after { |
| 364 | display: none; |
| 365 | } |
| 366 | .auto-fold #adminmenu li.toplevel_page_site-card a { |
| 367 | padding: 18px 12px 18px 0; |
| 368 | } |
| 369 | } |
| 370 | /* |
| 371 | * Styles for the nav-unification prototype (see pbAPfg-O2) |
| 372 | * TODO: depending on project outcome move or delete styles |
| 373 | */ |
| 374 | #wpadminbar #wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread { |
| 375 | top: 50%; |
| 376 | right: 50%; |
| 377 | transform: translate(10px, -13px); |
| 378 | } |
| 379 | |
| 380 | #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar { |
| 381 | transform: translateX(-1px); |
| 382 | } |
| 383 | |
| 384 | #wpadminbar #wp-admin-bar-notes.active .noticon-bell:before { |
| 385 | background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNi4xNCAxNC45N2wyLjgyOCAyLjgyN2MtLjM2Mi4zNjItLjg2Mi41ODYtMS40MTQuNTg2LTEuMTA1IDAtMi0uODk1LTItMiAwLS41NTIuMjI0LTEuMDUyLjU4Ni0xLjQxNHptOC44NjcgNS4zMjRMMTQuMyAyMSAzIDkuN2wuNzA2LS43MDcgMS4xMDIuMTU3Yy43NTQuMTA4IDEuNjktLjEyMiAyLjA3Ny0uNTFsMy44ODUtMy44ODRjMi4zNC0yLjM0IDYuMTM1LTIuMzQgOC40NzUgMHMyLjM0IDYuMTM1IDAgOC40NzVsLTMuODg1IDMuODg2Yy0uMzg4LjM4OC0uNjE4IDEuMzIzLS41MSAyLjA3N2wuMTU3IDEuMXoiLz48L2c+PC9zdmc+) !important; |
| 386 | } |
| 387 | |
| 388 | #wpadminbar > #wp-toolbar .wpnt-show span.noticon, |
| 389 | #wpadminbar #wp-admin-bar-notes.wpnt-show .noticon { |
| 390 | color: #ffffff; |
| 391 | } |
| 392 | |
| 393 | #wpadminbar .quicklinks ul#wp-admin-bar-root-default { |
| 394 | padding-right: 0 !important; |
| 395 | } |
| 396 | |
| 397 | #wpadminbar #wp-admin-bar-menu-toggle { |
| 398 | display: none; |
| 399 | } |
| 400 | |
| 401 | @media screen and (max-width: 782px) { |
| 402 | #wpadminbar #wp-toolbar > ul > li { |
| 403 | display: block; |
| 404 | } |
| 405 | #wpadminbar .ab-top-menu > li > .ab-item { |
| 406 | box-sizing: border-box; |
| 407 | line-height: 32px; |
| 408 | } |
| 409 | #wpadminbar #wp-admin-bar-ab-new-post > .ab-item { |
| 410 | box-sizing: inherit !important; |
| 411 | } |
| 412 | #wpadminbar #wp-admin-bar-my-account > .ab-item { |
| 413 | padding: 7px 15px; |
| 414 | width: auto; |
| 415 | } |
| 416 | #wpadminbar #wp-toolbar.quicklinks li#wp-admin-bar-my-account.with-avatar > a img { |
| 417 | display: block; |
| 418 | left: auto; |
| 419 | right: auto; |
| 420 | position: static; |
| 421 | margin-top: 3px; |
| 422 | top: 13px; |
| 423 | } |
| 424 | /* Hide debug bar. */ |
| 425 | #wpadminbar #wp-toolbar.quicklinks li#wp-admin-bar-debug-bar { |
| 426 | display: none; |
| 427 | } |
| 428 | } |
| 429 | @media screen and (max-width: 480px) { |
| 430 | #wpadminbar #wp-toolbar.quicklinks li#wp-admin-bar-my-account.with-avatar > a { |
| 431 | width: auto; |
| 432 | } |
| 433 | #wpadminbar #wp-toolbar.quicklinks li#wp-admin-bar-my-account.with-avatar > a img { |
| 434 | margin-top: 12px; |
| 435 | } |
| 436 | } |
| 437 | /* Dashboard Switcher */ |
| 438 | #view-link-wrap { |
| 439 | float: right; |
| 440 | margin: 0 6px 0 0; |
| 441 | } |
| 442 | |
| 443 | .screen-options-tab__wrapper { |
| 444 | position: relative; |
| 445 | } |
| 446 | |
| 447 | .screen-options-tab__dropdown { |
| 448 | background-color: #fff; |
| 449 | border: 1px solid var(--color-neutral-5); |
| 450 | border-radius: 4px; |
| 451 | box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1019607843); |
| 452 | padding: 3px; |
| 453 | position: absolute; |
| 454 | left: 20px; |
| 455 | top: 37px; |
| 456 | width: 215px; |
| 457 | z-index: 9999; |
| 458 | } |
| 459 | |
| 460 | @media screen and (max-width: 782px) { |
| 461 | .screen-options-tab__dropdown { |
| 462 | left: 10px; |
| 463 | top: 47px; |
| 464 | } |
| 465 | } |
| 466 | @media screen and (max-width: 600px) { |
| 467 | .screen-options-tab__dropdown { |
| 468 | top: 93px; |
| 469 | } |
| 470 | } |
| 471 | .screen-switcher:not(:hover) .screen-switcher__button:nth-child(2) > strong { |
| 472 | color: var(--wp-admin-theme-color); |
| 473 | } |
| 474 | |
| 475 | .screen-switcher__button, a.screen-switcher__button { |
| 476 | background: transparent; |
| 477 | border: 1px solid rgba(0, 0, 0, 0); |
| 478 | border-radius: 4px; |
| 479 | color: var(--color-text); |
| 480 | cursor: pointer; |
| 481 | display: inline-block; |
| 482 | font-size: 0.75rem; |
| 483 | line-height: normal; |
| 484 | text-decoration: none; |
| 485 | padding: 8px; |
| 486 | text-align: right; |
| 487 | } |
| 488 | |
| 489 | .screen-switcher__button:nth-child(2), a.screen-switcher__button:nth-child(2) { |
| 490 | border-color: var(--wp-admin-theme-color); |
| 491 | margin-bottom: 4px; |
| 492 | } |
| 493 | |
| 494 | .screen-switcher__button:last-child, a.screen-switcher__button:last-child { |
| 495 | margin-bottom: 0; |
| 496 | } |
| 497 | |
| 498 | .screen-switcher__button strong, a.screen-switcher__button strong { |
| 499 | display: block; |
| 500 | font-size: 13px; |
| 501 | margin-bottom: 4px; |
| 502 | } |
| 503 | |
| 504 | .screen-switcher__button:focus > strong, .screen-switcher__button:hover > strong, a.screen-switcher__button:focus > strong, a.screen-switcher__button:hover > strong { |
| 505 | color: var(--wp-admin-theme-color); |
| 506 | } |
| 507 | |
| 508 | /** Add new site button **/ |
| 509 | #adminmenu { |
| 510 | display: flex; |
| 511 | flex-direction: column; |
| 512 | } |
| 513 | |
| 514 | #adminmenu .menu-top[class*="/start?ref=calypso-sidebar"] { |
| 515 | order: 99999; |
| 516 | } |
| 517 | |
| 518 | body:not(.folded) #adminmenu .menu-top[class*="/start?ref=calypso-sidebar"] { |
| 519 | padding: 8px; |
| 520 | width: auto; |
| 521 | } |
| 522 | |
| 523 | body:not(.folded) #adminmenu .menu-top[class*="/start?ref=calypso-sidebar"] a { |
| 524 | background: transparent; |
| 525 | border-color: var(--transparent-button-text-color, currentcolor); |
| 526 | display: flex; |
| 527 | justify-content: center; |
| 528 | margin-top: auto; |
| 529 | background: transparent; |
| 530 | border-style: solid; |
| 531 | border-width: 1px; |
| 532 | cursor: pointer; |
| 533 | margin: 0; |
| 534 | outline: 0; |
| 535 | overflow: hidden; |
| 536 | text-align: center; |
| 537 | text-overflow: ellipsis; |
| 538 | text-decoration: none; |
| 539 | vertical-align: top; |
| 540 | box-sizing: border-box; |
| 541 | font-size: 14px; |
| 542 | line-height: 22px; |
| 543 | border-radius: 2px; |
| 544 | padding: 8px 14px; |
| 545 | -webkit-appearance: none; |
| 546 | appearance: none; |
| 547 | } |
| 548 | |
| 549 | body:not(.folded) #adminmenu .menu-top[class*="/start?ref=calypso-sidebar"] a:hover { |
| 550 | box-shadow: none; |
| 551 | } |
| 552 | |
| 553 | body:not(.folded) #adminmenu .menu-top[class*="/start?ref=calypso-sidebar"] a .wp-menu-name { |
| 554 | padding: 0; |
| 555 | } |
| 556 | |
| 557 | body:not(.folded) #adminmenu .menu-top[class*="/start?ref=calypso-sidebar"] a .wp-menu-image { |
| 558 | display: none; |
| 559 | } |
| 560 |