Skip to content

Commit

Permalink
cr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Dec 1, 2020
1 parent f232650 commit 905f600
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
}

.lnsDimensionContainer__headerLink {

&:focus-within {
background-color: transparentize($euiColorVis1, .9);

Expand All @@ -41,6 +40,12 @@
}
}

.lnsDimensionContainer__backIcon:focus {
background-color: transparent;
.lnsDimensionContainer__backIcon {
&:hover {
transform: none;
}

&:focus {
background-color: transparent;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,12 @@ export function LayerPanel(
aria-label={i18n.translate(
'xpack.lens.indexPattern.removeColumnLabel',
{
defaultMessage: 'Remove configuration from {groupLabel}',
defaultMessage: 'Remove configuration from "{groupLabel}"',
values: { groupLabel: group.groupLabel },
}
)}
title={i18n.translate('xpack.lens.indexPattern.removeColumnLabel', {
defaultMessage: 'Remove configuration from {groupLabel}',
defaultMessage: 'Remove configuration from "{groupLabel}"',
values: { groupLabel: group.groupLabel },
})}
onClick={() => {
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -10586,7 +10586,6 @@
"xpack.lens.chartSwitch.dataLossDescription": "このチャートに切り替えると構成の一部が失われます",
"xpack.lens.chartSwitch.dataLossLabel": "データ喪失",
"xpack.lens.chartSwitch.noResults": "{term}の結果が見つかりませんでした。",
"xpack.lens.chartTitle.unsaved": "未保存",
"xpack.lens.configPanel.chartType": "チャートタイプ",
"xpack.lens.configPanel.color.tooltip.auto": "カスタム色を指定しない場合、Lensは自動的に色を選択します。",
"xpack.lens.configPanel.color.tooltip.custom": "[自動]モードに戻すには、カスタム色をオフにしてください。",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -10599,7 +10599,6 @@
"xpack.lens.chartSwitch.dataLossDescription": "切换到此图表将会丢失部分配置",
"xpack.lens.chartSwitch.dataLossLabel": "数据丢失",
"xpack.lens.chartSwitch.noResults": "找不到 {term} 的结果。",
"xpack.lens.chartTitle.unsaved": "未保存",
"xpack.lens.configPanel.chartType": "图表类型",
"xpack.lens.configPanel.color.tooltip.auto": "Lens 自动为您选取颜色,除非您指定定制颜色。",
"xpack.lens.configPanel.color.tooltip.custom": "清除定制颜色以返回到“自动”模式。",
Expand Down

0 comments on commit 905f600

Please sign in to comment.