Update site visibility badge height to 18px (#50792)
* Update badge height to 18px * Add changelog
This commit is contained in:
parent
cb9912bcf4
commit
c738aeed17
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Update size of site visibility badge.
|
|
@ -65,10 +65,10 @@ class ComingSoonAdminBarBadge {
|
|||
#wpadminbar .quicklinks #wp-admin-bar-woocommerce-site-visibility-badge a.ab-item {
|
||||
background-color: #F6F7F7;
|
||||
color: black;
|
||||
margin-top:6px;
|
||||
margin-top:7px;
|
||||
padding: 0 6px;
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
height: 18px;
|
||||
line-height: 17px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue