diff --git a/CHANGELOG.md b/CHANGELOG.md index b870f2c81f7..bdf5457bd8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ **Bug fixes** +- Fixed `EuiRange` container expansion due to negative margin value ([#4815](https://github.com/elastic/eui/pull/4815)) +- Fixed `EuiRange` ticks position to better align with thumbs ([#4815](https://github.com/elastic/eui/pull/4815)) - Fixed DataGrid footer and header rows jumps in Firefox ([#4869](https://github.com/elastic/eui/issues/4869)) **Theme: Amsterdam** +- Updated styles for `EuiRange` ([#4815](https://github.com/elastic/eui/pull/4815) - Fixed more unique focus states using `outline` ([#4876](https://github.com/elastic/eui/pull/4876)) - Fixed `border-radius` value of `EuiPanel` ([#4876](https://github.com/elastic/eui/pull/4876)) - Fixed `disabled` background color of `EuiCard` for better visiblity on subdued backgrounds ([#4876](https://github.com/elastic/eui/pull/4876)) diff --git a/src/components/color_picker/color_stops/__snapshots__/color_stops.test.tsx.snap b/src/components/color_picker/color_stops/__snapshots__/color_stops.test.tsx.snap index 683de1f390c..4f39481a4d7 100644 --- a/src/components/color_picker/color_stops/__snapshots__/color_stops.test.tsx.snap +++ b/src/components/color_picker/color_stops/__snapshots__/color_stops.test.tsx.snap @@ -124,7 +124,7 @@ exports[`renders compressed EuiColorStops 1`] = ` Test: Color stop picker. Each stop consists of a number and corresponding color value. Use the Down and Up arrow keys to select individual stops. Press the Enter key to create a new stop.

{ if (colorStops.length === 1) { diff --git a/src/components/form/range/__snapshots__/dual_range.test.tsx.snap b/src/components/form/range/__snapshots__/dual_range.test.tsx.snap index 42275fc0489..df25553f37d 100644 --- a/src/components/form/range/__snapshots__/dual_range.test.tsx.snap +++ b/src/components/form/range/__snapshots__/dual_range.test.tsx.snap @@ -30,14 +30,6 @@ exports[`EuiDualRange allows value prop to accept numbers 1`] = ` aria-hidden="false" class="euiRangeTrack" > -
-
-
+
+
+
`; @@ -82,14 +82,6 @@ exports[`EuiDualRange input props can be applied to min and max inputs 1`] = ` aria-hidden="true" class="euiRangeTrack" > -
-
-
+
+
+
-
-
-
+
+
+
`; @@ -166,16 +166,8 @@ exports[`EuiDualRange props compressed should render 1`] = ` >
-
-
-
+
+
+
`; @@ -199,11 +199,11 @@ exports[`EuiDualRange props custom ticks should render 1`] = ` class="euiRangeTrack euiRangeTrack--hasTicks" >
-
-
-
+
+
+
`; @@ -257,14 +257,6 @@ exports[`EuiDualRange props disabled should render 1`] = ` aria-hidden="false" class="euiRangeTrack euiRangeTrack--disabled" > -
-
-
+
+
+
`; @@ -288,14 +288,6 @@ exports[`EuiDualRange props fullWidth should render 1`] = ` aria-hidden="false" class="euiRangeTrack" > -
-
-
+
+
+
`; @@ -340,14 +340,6 @@ exports[`EuiDualRange props inputs should render 1`] = ` aria-hidden="true" class="euiRangeTrack" > -
-
-
+
+
+
-
-
-
+
+
+
`; @@ -430,14 +430,6 @@ exports[`EuiDualRange props labels should render 1`] = ` aria-hidden="false" class="euiRangeTrack" > -
-
-
+
+
+