File tree Expand file tree Collapse file tree 4 files changed +10
-7
lines changed
lens/public/editor_frame_service/editor_frame/config_panel
translations/translations Expand file tree Collapse file tree 4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 3131}
3232
3333.lnsDimensionContainer__headerLink {
34-
3534 & :focus-within {
3635 background-color : transparentize ($euiColorVis1 , .9 );
3736
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}
Original file line number Diff line number Diff 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 = { ( ) => {
Original file line number Diff line number Diff line change 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": "[自動]モードに戻すには、カスタム色をオフにしてください。",
Original file line number Diff line number Diff line change 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": "清除定制颜色以返回到“自动”模式。",
You can’t perform that action at this time.
0 commit comments