mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Lens] Fixes all1 problem on delete icon (#156787)
## Summary Closes https://github.com/elastic/kibana/issues/156715 Fixes the keyboard accessibility problem on delete icon of dimension panel 
This commit is contained in:
parent
80c3b9e9d3
commit
89075daa5e
1 changed files with 4 additions and 1 deletions
|
@ -66,8 +66,11 @@
|
|||
|
||||
.lnsLayerPanel__dimensionRemove {
|
||||
margin-right: $euiSizeS;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
|
||||
&:focus {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.lnsLayerPanel__dimension {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue