You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added more icons
* No margins for <hr>
* Fix text-overflow on buttons
* #418 Add `isLoading` prop to `EuiButton`
* #421 Changed `EuiAccordion`’s `onToggleOpen` to `onToggle`
* #397 Only apply the `$euiCodeBlockSelectedBackgroundColor` variable if it is a color
Some parts of the code coloring changes the color (or removes) the text highlight when the text is selected.
The issue stems from this selector:
eui/src/components/code/_code_block.scss
Lines 95 to 97 in cb33008
Which compiles to:
Removing that selector fixes the highlighting. Or we need to give it an explicit value.
The text was updated successfully, but these errors were encountered: