Chart legend: show pointer in all clickable area (https://github.com/woocommerce/woocommerce-admin/pull/1566)

This commit is contained in:
Albert Juhé Lluveras 2019-02-15 11:55:04 +01:00 committed by GitHub
parent b61dff32f9
commit fe11ff475f
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,7 @@
align-items: center;
background-color: $white;
color: $core-grey-dark-500;
cursor: pointer;
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
@ -71,7 +72,6 @@
flex-wrap: nowrap;
position: relative;
padding: 3px 0 3px 24px;
cursor: pointer;
font-size: 13px;
user-select: none;
width: 100%;