We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 407fc94 commit 669da2aCopy full SHA for 669da2a
1 file changed
src/components/_legend.scss
@@ -48,7 +48,7 @@ $euiChartLegendMaxHeight: $euiSize * 4 + $euiSize;
48
top: 0;
49
bottom: 0;
50
left: 0;
51
- width: $euiChartLegendMaxWidth;
+ width: $euiChartLegendMaxWidth;
52
order: 1;
53
.euiChartLegend__listItem {
54
min-width: 100%;
@@ -58,7 +58,7 @@ $euiChartLegendMaxHeight: $euiSize * 4 + $euiSize;
58
59
60
right: 0;
61
62
63
64
}
@@ -93,4 +93,8 @@ $euiChartLegendMaxHeight: $euiSize * 4 + $euiSize;
93
.euiChartLegendListItem__title {
94
width: $euiChartLegendMaxWidth - 4 * $euiSize;
95
max-width: $euiChartLegendMaxWidth - 4 * $euiSize;
96
+
97
+ &:hover {
98
+ text-decoration: underline;
99
+ }
100
0 commit comments