[7364]: Deconcatenate selectors in vislib and visualize.#7549
Merged
cjcenizal merged 4 commits intoelastic:masterfrom Jun 28, 2016
Merged
[7364]: Deconcatenate selectors in vislib and visualize.#7549cjcenizal merged 4 commits intoelastic:masterfrom
cjcenizal merged 4 commits intoelastic:masterfrom
Conversation
…ic/vislib/styles/_alerts.less.
…ic/visualize/visualize.less.
aed3b49 to
6c7ed37
Compare
| } | ||
|
|
||
| &-icon { | ||
| + * { |
Contributor
There was a problem hiding this comment.
Can this be improved at all? + div, etc?
Contributor
Author
There was a problem hiding this comment.
I hesitate to dig into this component, since I'm not sure of its scope. I'll tackle this guy separately.
Contributor
|
LGTM. Minor comment. |
airow
pushed a commit
to airow/kibana
that referenced
this pull request
Feb 16, 2017
…te-vislib [7364]: Deconcatenate selectors in vislib and visualize. Former-commit-id: 0468726
cee-chen
added a commit
that referenced
this pull request
Mar 12, 2024
`v93.2.0`⏩`v93.3.0` --- ## [`v93.3.0`](https://github.com/elastic/eui/releases/v93.3.0) - Added new `EuiDataGrid` new prop: `cellContext`, an optional object of additional props passed to the cell render function. ([#7374](elastic/eui#7374)) - `EuiBreadcrumbs`'s `popoverContent` API now accepts a render function that will be passed a `closePopover` callback, allowing consumers to close the breadcrumb popover from their popover content ([#7555](elastic/eui#7555)) **Bug fixes** - Fixed missing animation on native `EuiProgress` bar update ([#7538](elastic/eui#7538)) - Fixed an `EuiDataGrid` bug with `gridStyle.rowClasses`, where custom consumer classes that began with `euiDataGridRow` would not be correctly removed/reapplied ([#7549](elastic/eui#7549)) - Fixed a visual `EuiDataGrid` bug where `EuiCheckbox`es within control columns were not vertically centered within single height rows ([#7549](elastic/eui#7549))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Relates to #7364