Increase ellipsis toggle specificity (https://github.com/woocommerce/woocommerce-admin/pull/7169)
This commit is contained in:
parent
f43a00ab65
commit
dae2abad2d
|
@ -1,14 +1,15 @@
|
|||
.woocommerce-ellipsis-menu {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.woocommerce-ellipsis-menu__toggle {
|
||||
justify-content: center;
|
||||
vertical-align: middle;
|
||||
width: 24px;
|
||||
.woocommerce-ellipsis-menu__toggle {
|
||||
justify-content: center;
|
||||
vertical-align: middle;
|
||||
width: 24px;
|
||||
padding: 0;
|
||||
|
||||
.gridicon {
|
||||
transform: rotate(90deg);
|
||||
.gridicon {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue