Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra committed Jun 25, 2020
1 parent 6ae2db5 commit 6186978
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,18 @@
overflow: hidden;
}

.lnsLayerPanel__dimension:focus-within{
background: lightOrDarkTheme($euiColorLightShade, $euiColorLightShade);
}

.lnsLayerPanel__triggerLink {
padding: $euiSizeS;
width: 100%;
display: flex;
align-items: center;
min-height: $euiSizeXXL;
word-wrap: break-word;
hyphens: auto;
}

.lnsLayerPanel__styleEditor {
Expand Down

0 comments on commit 6186978

Please sign in to comment.