-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[Lens] Drag dimension to replace #75895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
babc6d4
f95c080
ce570be
aaa59f5
4567462
79feebb
7830ca0
4899066
023a481
1b172f4
45978e8
01c6069
d501b8b
f6e9c23
c4333d5
35cf8fe
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,6 +27,14 @@ | |
| overflow: hidden; | ||
| } | ||
|
|
||
| .lnsLayerPanel__dimension-isHidden { | ||
| opacity: 0; | ||
| } | ||
cchaos marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| .lnsLayerPanel__dimension-isReplacing { | ||
| text-decoration: line-through; | ||
| } | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. To avoid the effect of 'x' button being slower than the rest when dragging, |
||
| .lnsLayerPanel__triggerLink { | ||
| padding: $euiSizeS; | ||
| width: 100%; | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.