Skip to content

Commit

Permalink
Updated hover states of area buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 14, 2023
1 parent 670d75f commit ba8dbcf
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
align-items: center;
width: 100%;
flex-wrap: nowrap;
background: $gray-800;
border-radius: 4px;
&:hover,
&:focus {
background: $gray-800;
color: $white;
}
}

.edit-site-sidebar-navigation-screen-template__template-area-label-text {
Expand Down

0 comments on commit ba8dbcf

Please sign in to comment.