Skip to content

Commit fa93967

Browse files
committed
cr fixes
1 parent f232650 commit fa93967

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/dimension_container.scss

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
}
3232

3333
.lnsDimensionContainer__headerLink {
34-
3534
&:focus-within {
3635
background-color: transparentize($euiColorVis1, .9);
3736

@@ -41,6 +40,12 @@
4140
}
4241
}
4342

44-
.lnsDimensionContainer__backIcon:focus {
45-
background-color: transparent;
43+
.lnsDimensionContainer__backIcon {
44+
&:hover {
45+
transform: none !important; // sass-lint:disable-line no-important
46+
}
47+
48+
&:focus {
49+
background-color: transparent;
50+
}
4651
}

x-pack/plugins/lens/public/editor_frame_service/editor_frame/config_panel/layer_panel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,12 +357,12 @@ export function LayerPanel(
357357
aria-label={i18n.translate(
358358
'xpack.lens.indexPattern.removeColumnLabel',
359359
{
360-
defaultMessage: 'Remove configuration from {groupLabel}',
360+
defaultMessage: 'Remove configuration from "{groupLabel}"',
361361
values: { groupLabel: group.groupLabel },
362362
}
363363
)}
364364
title={i18n.translate('xpack.lens.indexPattern.removeColumnLabel', {
365-
defaultMessage: 'Remove configuration from {groupLabel}',
365+
defaultMessage: 'Remove configuration from "{groupLabel}"',
366366
values: { groupLabel: group.groupLabel },
367367
})}
368368
onClick={() => {

x-pack/plugins/translations/translations/ja-JP.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10586,7 +10586,6 @@
1058610586
"xpack.lens.chartSwitch.dataLossDescription": "このチャートに切り替えると構成の一部が失われます",
1058710587
"xpack.lens.chartSwitch.dataLossLabel": "データ喪失",
1058810588
"xpack.lens.chartSwitch.noResults": "{term}の結果が見つかりませんでした。",
10589-
"xpack.lens.chartTitle.unsaved": "未保存",
1059010589
"xpack.lens.configPanel.chartType": "チャートタイプ",
1059110590
"xpack.lens.configPanel.color.tooltip.auto": "カスタム色を指定しない場合、Lensは自動的に色を選択します。",
1059210591
"xpack.lens.configPanel.color.tooltip.custom": "[自動]モードに戻すには、カスタム色をオフにしてください。",

x-pack/plugins/translations/translations/zh-CN.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10599,7 +10599,6 @@
1059910599
"xpack.lens.chartSwitch.dataLossDescription": "切换到此图表将会丢失部分配置",
1060010600
"xpack.lens.chartSwitch.dataLossLabel": "数据丢失",
1060110601
"xpack.lens.chartSwitch.noResults": "找不到 {term} 的结果。",
10602-
"xpack.lens.chartTitle.unsaved": "未保存",
1060310602
"xpack.lens.configPanel.chartType": "图表类型",
1060410603
"xpack.lens.configPanel.color.tooltip.auto": "Lens 自动为您选取颜色,除非您指定定制颜色。",
1060510604
"xpack.lens.configPanel.color.tooltip.custom": "清除定制颜色以返回到“自动”模式。",

0 commit comments

Comments
 (0)