Browse Source

Merge pull request #8961 from deaflynx/ui/tb-legend-label-cursor-pointer

LegendComponent show cursor pointer on hover
pull/8980/head
Igor Kulikov 3 years ago
committed by GitHub
parent
commit
dd0a3baeb6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-ngx/src/app/modules/home/components/widget/lib/legend.component.scss

1
ui-ngx/src/app/modules/home/components/widget/lib/legend.component.scss

@ -72,6 +72,7 @@
text-align: left;
white-space: nowrap;
outline: none;
cursor: pointer;
&.tb-horizontal {
width: 95%;

Loading…
Cancel
Save