Skip to content

Commit

Permalink
Merge branch 'master' into fix/remove-badge-from-wpcom
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasfoo authored Sep 25, 2024
2 parents fa23399 + 1d86a3b commit 64f34a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
10 changes: 0 additions & 10 deletions assets/css/nav-unification.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,3 @@
width: calc( 100% - 36px );
}
}

/* Monkey patch for fresh theme color overriding LYS badge on admin bar. */
.admin-color-fresh #wpadminbar:not(.mobile) .ab-top-menu>li#wp-admin-bar-woocommerce-site-visibility-badge:hover>.ab-item {
background-color: #DCDCDE !important;
}

.admin-color-fresh #wpadminbar:not(.mobile) .ab-top-menu>li#wp-admin-bar-woocommerce-site-visibility-badge.woocommerce-site-status-badge-live:hover>.ab-item {
background-color: #B8E6BF !important;
}
/* End monkey patch */
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import {
ProgressHeaderFill,
ProgressTitleFill,
} from './homescreen-progress-header';
import './index.scss';
import { CalypsoBridgeHomescreenBanner } from './homescreen-banner';
import { AppearanceFill, GetPaidWithSquareFill, GetPaidWithStripeFill, GetPaidWithPayPalFill } from './task-fills';
import './task-headers';
Expand Down
59 changes: 0 additions & 59 deletions src/index.scss

This file was deleted.

0 comments on commit 64f34a2

Please sign in to comment.