Skip to content

Commit

Permalink
DomainsTableFilters: Set the same active style as the one on the si…
Browse files Browse the repository at this point in the history
…tes page
  • Loading branch information
Xavier Lozano Carreras committed May 23, 2024
1 parent f87c5fd commit 13ffe9f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ export default function BulkAllDomains( props: BulkAllDomainsProps ) {
transition: none;
}
.search-component.domains-table-filter__search.is-open.has-focus {
border-color: var( --wp-components-color-accent, var( --wp-admin-theme-color, #3858e9 ) );
box-shadow: 0 0 0 0.5px
var( --wp-components-color-accent, var( --wp-admin-theme-color, #3858e9 ) );
}
@media only screen and ( min-width: 782px ) {
.is-global-sidebar-visible {
header.navigation-header {
Expand Down

0 comments on commit 13ffe9f

Please sign in to comment.