diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.js.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.js.snap index 5d7aae1ce..e22c3e65e 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.js.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupCollapseConfiguration.test.js.snap @@ -5,7 +5,7 @@ exports[` matches snapshot with default value
-
+
Collapse on mobile
diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupSortConfiguration.test.js.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupSortConfiguration.test.js.snap index 9d431d1cd..b3d920f18 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupSortConfiguration.test.js.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/AlertGroupSortConfiguration.test.js.snap @@ -7,7 +7,7 @@ exports[` matches snapshot with default values 1`
-
+
Use defaults from karma config file
diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/ThemeConfiguration.test.js.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/ThemeConfiguration.test.js.snap index c5cd767dd..e9fc0d99d 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/ThemeConfiguration.test.js.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/ThemeConfiguration.test.js.snap @@ -5,7 +5,7 @@ exports[` matches snapshot with default values 1`] = `
-
+
Automatic theme, follow browser preferences
diff --git a/ui/src/Components/MainModal/Configuration/__snapshots__/index.test.js.snap b/ui/src/Components/MainModal/Configuration/__snapshots__/index.test.js.snap index d49f218b2..93116a562 100644 --- a/ui/src/Components/MainModal/Configuration/__snapshots__/index.test.js.snap +++ b/ui/src/Components/MainModal/Configuration/__snapshots__/index.test.js.snap @@ -153,7 +153,7 @@ exports[` matches snapshot 1`] = `
-
+
Automatic theme, follow browser preferences
@@ -390,7 +390,7 @@ exports[` matches snapshot 1`] = `
-
+
Collapse on mobile
@@ -471,7 +471,7 @@ exports[` matches snapshot 1`] = `
-
+
Use defaults from karma config file
diff --git a/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.js.snap b/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.js.snap index e8c486edd..bcb5ee98b 100644 --- a/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.js.snap +++ b/ui/src/Components/MainModal/__snapshots__/MainModalContent.test.js.snap @@ -172,7 +172,7 @@ exports[` matches snapshot 1`] = `
-
+
Automatic theme, follow browser preferences
@@ -409,7 +409,7 @@ exports[` matches snapshot 1`] = `
-
+
Collapse on mobile
@@ -490,7 +490,7 @@ exports[` matches snapshot 1`] = `
-
+
Use defaults from karma config file
diff --git a/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap b/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap index 809931633..1bea08bdb 100644 --- a/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap +++ b/ui/src/Components/MultiSelect/__snapshots__/index.test.js.snap @@ -4,7 +4,7 @@ exports[` matches snapshot without any extra props 1`] = ` "
-
+
Select...
@@ -65,7 +65,7 @@ exports[` matches snapshot when focused 1`] = `

-
+
Select...
@@ -116,7 +116,7 @@ exports[` matches snapshot with a value 1`] = ` "
-
+
foo
@@ -167,7 +167,7 @@ exports[` matches snapshot with defaults 1`] = ` "
-
+
Select...
@@ -218,7 +218,7 @@ exports[` matches snapshot with isDisabled=true 1`] "
-
+
foo
@@ -270,7 +270,7 @@ exports[` matches snapshot with isMulti=true 1`] = ` "
-
+
Select...
@@ -321,7 +321,7 @@ exports[` matches snapshot with isMulti=true and a v "
-
+
foo diff --git a/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap b/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap index ff50d3602..3fb7ef3f3 100644 --- a/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap +++ b/ui/src/Components/SilenceModal/AlertManagerInput/__snapshots__/index.test.js.snap @@ -4,7 +4,7 @@ exports[` matches snapshot 1`] = ` "
-
+
am1 | am2 diff --git a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap index 1cfb9465a..b5b9cbef1 100644 --- a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap +++ b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelNameInput.test.js.snap @@ -4,7 +4,7 @@ exports[` matches snapshot 1`] = ` "
-
+
name
diff --git a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap index 7e5bb822a..840cb94b5 100644 --- a/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap +++ b/ui/src/Components/SilenceModal/SilenceMatch/__snapshots__/LabelValueInput.test.js.snap @@ -4,7 +4,7 @@ exports[` matches snapshot 1`] = ` "
-
+
({ state.isMulti ? { ...base, - borderRadius: 0, + borderTopLeftRadius: "0.25rem", + borderBottomLeftRadius: "0.25rem", backgroundColor: state.isDisabled ? theme.disabledValueContainerBackground : theme.valueContainerBackground, @@ -65,7 +66,8 @@ const ReactSelectStyles = theme => ({ } : { ...base, - borderRadius: 0, + borderTopLeftRadius: "0.25rem", + borderBottomLeftRadius: "0.25rem", backgroundColor: state.isDisabled ? theme.disabledValueContainerBackground : theme.valueContainerBackground