Skip to content

Polish MultiSelectFilter appearance in Rules page#227676

Merged
albertoblaz merged 1 commit intoelastic:mainfrom
albertoblaz:polish-multi-select-filter
Jul 14, 2025
Merged

Polish MultiSelectFilter appearance in Rules page#227676
albertoblaz merged 1 commit intoelastic:mainfrom
albertoblaz:polish-multi-select-filter

Conversation

@albertoblaz
Copy link
Contributor

@albertoblaz albertoblaz commented Jul 11, 2025

Summary

Polish inner border in <MultiSelectFilter> component, rendered upon clicking on <RulesTableHeader> in the Rule page.

Link to EuiSelectable docs.

Screenshots

Before Screenshot 2025-07-11 at 16 44 06 Screenshot 2025-07-11 at 16 44 17
After Screenshot 2025-07-11 at 16 43 25 Screenshot 2025-07-11 at 16 43 34

Checklist

  • Any text added follows EUI's writing guidelines, uses sentence case text and includes i18n support
  • Documentation was added for features that require explanation or tutorials
  • Unit or functional tests were updated or added to match the most common scenarios
  • If a plugin configuration key changed, check if it needs to be allowlisted in the cloud and added to the docker list
  • This was checked for breaking HTTP API changes, and any breaking changes have been approved by the breaking-change committee. The release_note:breaking label should be applied in these situations.
  • Flaky Test Runner was used on any tests changed
  • The PR description includes the appropriate Release Notes section, and the correct release_note:* label is applied per the guidelines
  • Review the backport guidelines and apply applicable backport:* labels.

Identify risks

Only risk is we're keeping style overrides in EUI components, which should happen as little as possible. But the override enhances the appearance when putting these components together, which is an edge case.

@albertoblaz albertoblaz self-assigned this Jul 11, 2025
@albertoblaz albertoblaz requested a review from a team as a code owner July 11, 2025 14:55
@albertoblaz albertoblaz added release_note:skip Skip the PR/issue when compiling release notes v9.0.0 Team:Cloud Security Cloud Security team related ci:cloud-deploy Create or update a Cloud deployment backport:version Backport to applied version labels v9.1.0 v9.2.0 labels Jul 11, 2025
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-cloud-security-posture (Team:Cloud Security)

@albertoblaz albertoblaz enabled auto-merge (squash) July 14, 2025 09:15
@albertoblaz albertoblaz force-pushed the polish-multi-select-filter branch from d8b3d4e to 371b002 Compare July 14, 2025 10:57
@elasticmachine
Copy link
Contributor

elasticmachine commented Jul 14, 2025

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
cloudSecurityPosture 556.8KB 556.8KB -12.0B

History

cc @albertoblaz

@albertoblaz albertoblaz merged commit f9424c7 into elastic:main Jul 14, 2025
11 of 12 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.0, 9.1

https://github.com/elastic/kibana/actions/runs/16267028594

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jul 14, 2025
## Summary

Polish inner border in `<MultiSelectFilter>` component, rendered upon
clicking on `<RulesTableHeader>` in the Rule page.

[Link to EuiSelectable
docs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).

### Screenshots

<details><summary>Before</summary>
<img width="525" height="375" alt="Screenshot 2025-07-11 at 16 44 06"
src="https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50"
/>
<img width="502" height="363" alt="Screenshot 2025-07-11 at 16 44 17"
src="https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109"
/>
</details>

<details><summary>After</summary>
<img width="515" height="338" alt="Screenshot 2025-07-11 at 16 43 25"
src="https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e"
/>
<img width="491" height="345" alt="Screenshot 2025-07-11 at 16 43 34"
src="https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01"
/>
</details>

### Checklist

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

### Identify risks

Only risk is we're keeping style overrides in EUI components, which
should happen as little as possible. But the override enhances the
appearance when putting these components together, which is an edge
case.

(cherry picked from commit f9424c7)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jul 14, 2025
## Summary

Polish inner border in `<MultiSelectFilter>` component, rendered upon
clicking on `<RulesTableHeader>` in the Rule page.

[Link to EuiSelectable
docs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).

### Screenshots

<details><summary>Before</summary>
<img width="525" height="375" alt="Screenshot 2025-07-11 at 16 44 06"
src="https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50"
/>
<img width="502" height="363" alt="Screenshot 2025-07-11 at 16 44 17"
src="https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109"
/>
</details>

<details><summary>After</summary>
<img width="515" height="338" alt="Screenshot 2025-07-11 at 16 43 25"
src="https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e"
/>
<img width="491" height="345" alt="Screenshot 2025-07-11 at 16 43 34"
src="https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01"
/>
</details>

### Checklist

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

### Identify risks

Only risk is we're keeping style overrides in EUI components, which
should happen as little as possible. But the override enhances the
appearance when putting these components together, which is an edge
case.

(cherry picked from commit f9424c7)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
9.0
9.1

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jul 14, 2025
…27815)

# Backport

This will backport the following commits from `main` to `9.0`:
- [Polish MultiSelectFilter appearance in Rules page
(#227676)](#227676)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Alberto
Blázquez","email":"albertoblaz@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-07-14T12:36:34Z","message":"Polish
MultiSelectFilter appearance in Rules page (#227676)\n\n##
Summary\n\nPolish inner border in `<MultiSelectFilter>` component,
rendered upon\nclicking on `<RulesTableHeader>` in the Rule
page.\n\n[Link to
EuiSelectable\ndocs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).\n\n###
Screenshots\n\n<details><summary>Before</summary>\n<img width=\"525\"
height=\"375\" alt=\"Screenshot 2025-07-11 at 16 44
06\"\nsrc=\"https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50\"\n/>\n<img
width=\"502\" height=\"363\" alt=\"Screenshot 2025-07-11 at 16 44
17\"\nsrc=\"https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109\"\n/>\n</details>
\n\n<details><summary>After</summary>\n<img width=\"515\" height=\"338\"
alt=\"Screenshot 2025-07-11 at 16 43
25\"\nsrc=\"https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e\"\n/>\n<img
width=\"491\" height=\"345\" alt=\"Screenshot 2025-07-11 at 16 43
34\"\nsrc=\"https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01\"\n/>\n</details>
\n\n### Checklist\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n### Identify risks\n\nOnly risk
is we're keeping style overrides in EUI components, which\nshould happen
as little as possible. But the override enhances the\nappearance when
putting these components together, which is an
edge\ncase.","sha":"f9424c700cbc34c2b6d7885cc6863841c0af3c86","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Cloud
Security","ci:cloud-deploy","backport:version","v9.1.0","v9.2.0"],"title":"Polish
MultiSelectFilter appearance in Rules
page","number":227676,"url":"https://github.com/elastic/kibana/pull/227676","mergeCommit":{"message":"Polish
MultiSelectFilter appearance in Rules page (#227676)\n\n##
Summary\n\nPolish inner border in `<MultiSelectFilter>` component,
rendered upon\nclicking on `<RulesTableHeader>` in the Rule
page.\n\n[Link to
EuiSelectable\ndocs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).\n\n###
Screenshots\n\n<details><summary>Before</summary>\n<img width=\"525\"
height=\"375\" alt=\"Screenshot 2025-07-11 at 16 44
06\"\nsrc=\"https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50\"\n/>\n<img
width=\"502\" height=\"363\" alt=\"Screenshot 2025-07-11 at 16 44
17\"\nsrc=\"https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109\"\n/>\n</details>
\n\n<details><summary>After</summary>\n<img width=\"515\" height=\"338\"
alt=\"Screenshot 2025-07-11 at 16 43
25\"\nsrc=\"https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e\"\n/>\n<img
width=\"491\" height=\"345\" alt=\"Screenshot 2025-07-11 at 16 43
34\"\nsrc=\"https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01\"\n/>\n</details>
\n\n### Checklist\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n### Identify risks\n\nOnly risk
is we're keeping style overrides in EUI components, which\nshould happen
as little as possible. But the override enhances the\nappearance when
putting these components together, which is an
edge\ncase.","sha":"f9424c700cbc34c2b6d7885cc6863841c0af3c86"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","9.1"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227676","number":227676,"mergeCommit":{"message":"Polish
MultiSelectFilter appearance in Rules page (#227676)\n\n##
Summary\n\nPolish inner border in `<MultiSelectFilter>` component,
rendered upon\nclicking on `<RulesTableHeader>` in the Rule
page.\n\n[Link to
EuiSelectable\ndocs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).\n\n###
Screenshots\n\n<details><summary>Before</summary>\n<img width=\"525\"
height=\"375\" alt=\"Screenshot 2025-07-11 at 16 44
06\"\nsrc=\"https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50\"\n/>\n<img
width=\"502\" height=\"363\" alt=\"Screenshot 2025-07-11 at 16 44
17\"\nsrc=\"https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109\"\n/>\n</details>
\n\n<details><summary>After</summary>\n<img width=\"515\" height=\"338\"
alt=\"Screenshot 2025-07-11 at 16 43
25\"\nsrc=\"https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e\"\n/>\n<img
width=\"491\" height=\"345\" alt=\"Screenshot 2025-07-11 at 16 43
34\"\nsrc=\"https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01\"\n/>\n</details>
\n\n### Checklist\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n### Identify risks\n\nOnly risk
is we're keeping style overrides in EUI components, which\nshould happen
as little as possible. But the override enhances the\nappearance when
putting these components together, which is an
edge\ncase.","sha":"f9424c700cbc34c2b6d7885cc6863841c0af3c86"}}]}]
BACKPORT-->

Co-authored-by: Alberto Blázquez <albertoblaz@users.noreply.github.com>
kibanamachine added a commit that referenced this pull request Jul 14, 2025
…27816)

# Backport

This will backport the following commits from `main` to `9.1`:
- [Polish MultiSelectFilter appearance in Rules page
(#227676)](#227676)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Alberto
Blázquez","email":"albertoblaz@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-07-14T12:36:34Z","message":"Polish
MultiSelectFilter appearance in Rules page (#227676)\n\n##
Summary\n\nPolish inner border in `<MultiSelectFilter>` component,
rendered upon\nclicking on `<RulesTableHeader>` in the Rule
page.\n\n[Link to
EuiSelectable\ndocs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).\n\n###
Screenshots\n\n<details><summary>Before</summary>\n<img width=\"525\"
height=\"375\" alt=\"Screenshot 2025-07-11 at 16 44
06\"\nsrc=\"https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50\"\n/>\n<img
width=\"502\" height=\"363\" alt=\"Screenshot 2025-07-11 at 16 44
17\"\nsrc=\"https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109\"\n/>\n</details>
\n\n<details><summary>After</summary>\n<img width=\"515\" height=\"338\"
alt=\"Screenshot 2025-07-11 at 16 43
25\"\nsrc=\"https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e\"\n/>\n<img
width=\"491\" height=\"345\" alt=\"Screenshot 2025-07-11 at 16 43
34\"\nsrc=\"https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01\"\n/>\n</details>
\n\n### Checklist\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n### Identify risks\n\nOnly risk
is we're keeping style overrides in EUI components, which\nshould happen
as little as possible. But the override enhances the\nappearance when
putting these components together, which is an
edge\ncase.","sha":"f9424c700cbc34c2b6d7885cc6863841c0af3c86","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Cloud
Security","ci:cloud-deploy","backport:version","v9.1.0","v9.2.0"],"title":"Polish
MultiSelectFilter appearance in Rules
page","number":227676,"url":"https://github.com/elastic/kibana/pull/227676","mergeCommit":{"message":"Polish
MultiSelectFilter appearance in Rules page (#227676)\n\n##
Summary\n\nPolish inner border in `<MultiSelectFilter>` component,
rendered upon\nclicking on `<RulesTableHeader>` in the Rule
page.\n\n[Link to
EuiSelectable\ndocs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).\n\n###
Screenshots\n\n<details><summary>Before</summary>\n<img width=\"525\"
height=\"375\" alt=\"Screenshot 2025-07-11 at 16 44
06\"\nsrc=\"https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50\"\n/>\n<img
width=\"502\" height=\"363\" alt=\"Screenshot 2025-07-11 at 16 44
17\"\nsrc=\"https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109\"\n/>\n</details>
\n\n<details><summary>After</summary>\n<img width=\"515\" height=\"338\"
alt=\"Screenshot 2025-07-11 at 16 43
25\"\nsrc=\"https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e\"\n/>\n<img
width=\"491\" height=\"345\" alt=\"Screenshot 2025-07-11 at 16 43
34\"\nsrc=\"https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01\"\n/>\n</details>
\n\n### Checklist\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n### Identify risks\n\nOnly risk
is we're keeping style overrides in EUI components, which\nshould happen
as little as possible. But the override enhances the\nappearance when
putting these components together, which is an
edge\ncase.","sha":"f9424c700cbc34c2b6d7885cc6863841c0af3c86"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","9.1"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227676","number":227676,"mergeCommit":{"message":"Polish
MultiSelectFilter appearance in Rules page (#227676)\n\n##
Summary\n\nPolish inner border in `<MultiSelectFilter>` component,
rendered upon\nclicking on `<RulesTableHeader>` in the Rule
page.\n\n[Link to
EuiSelectable\ndocs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).\n\n###
Screenshots\n\n<details><summary>Before</summary>\n<img width=\"525\"
height=\"375\" alt=\"Screenshot 2025-07-11 at 16 44
06\"\nsrc=\"https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50\"\n/>\n<img
width=\"502\" height=\"363\" alt=\"Screenshot 2025-07-11 at 16 44
17\"\nsrc=\"https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109\"\n/>\n</details>
\n\n<details><summary>After</summary>\n<img width=\"515\" height=\"338\"
alt=\"Screenshot 2025-07-11 at 16 43
25\"\nsrc=\"https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e\"\n/>\n<img
width=\"491\" height=\"345\" alt=\"Screenshot 2025-07-11 at 16 43
34\"\nsrc=\"https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01\"\n/>\n</details>
\n\n### Checklist\n\n- [ ] Any text added follows [EUI's
writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\nsentence case text and includes
[i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n-
[
]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas
added for features that require explanation or tutorials\n- [ ] [Unit or
functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere
updated or added to match the most common scenarios\n- [ ] If a plugin
configuration key changed, check if it needs to be\nallowlisted in the
cloud and added to the
[docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n-
[x] This was checked for breaking HTTP API changes, and any
breaking\nchanges have been approved by the breaking-change committee.
The\n`release_note:breaking` label should be applied in these
situations.\n- [ ] [Flaky
Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\nused on any tests changed\n- [x] The PR description includes the
appropriate Release Notes section,\nand the correct `release_note:*`
label is applied per
the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n-
[ ] Review the
[backport\nguidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)\nand
apply applicable `backport:*` labels.\n\n### Identify risks\n\nOnly risk
is we're keeping style overrides in EUI components, which\nshould happen
as little as possible. But the override enhances the\nappearance when
putting these components together, which is an
edge\ncase.","sha":"f9424c700cbc34c2b6d7885cc6863841c0af3c86"}}]}]
BACKPORT-->

Co-authored-by: Alberto Blázquez <albertoblaz@users.noreply.github.com>
Bluefinger pushed a commit to Bluefinger/kibana that referenced this pull request Jul 22, 2025
## Summary

Polish inner border in `<MultiSelectFilter>` component, rendered upon
clicking on `<RulesTableHeader>` in the Rule page.

[Link to EuiSelectable
docs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).

### Screenshots

<details><summary>Before</summary>
<img width="525" height="375" alt="Screenshot 2025-07-11 at 16 44 06"
src="https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50"
/>
<img width="502" height="363" alt="Screenshot 2025-07-11 at 16 44 17"
src="https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109"
/>
</details> 

<details><summary>After</summary>
<img width="515" height="338" alt="Screenshot 2025-07-11 at 16 43 25"
src="https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e"
/>
<img width="491" height="345" alt="Screenshot 2025-07-11 at 16 43 34"
src="https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01"
/>
</details> 

### Checklist

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

### Identify risks

Only risk is we're keeping style overrides in EUI components, which
should happen as little as possible. But the override enhances the
appearance when putting these components together, which is an edge
case.
kertal pushed a commit to kertal/kibana that referenced this pull request Jul 25, 2025
## Summary

Polish inner border in `<MultiSelectFilter>` component, rendered upon
clicking on `<RulesTableHeader>` in the Rule page.

[Link to EuiSelectable
docs](https://eui.elastic.co/docs/components/forms/selection/selectable/#the-basics).

### Screenshots

<details><summary>Before</summary>
<img width="525" height="375" alt="Screenshot 2025-07-11 at 16 44 06"
src="https://github.com/user-attachments/assets/f100ce36-0450-476c-ba40-d7b4c34f5b50"
/>
<img width="502" height="363" alt="Screenshot 2025-07-11 at 16 44 17"
src="https://github.com/user-attachments/assets/7760c929-bf9c-4986-81ec-06f9604de109"
/>
</details> 

<details><summary>After</summary>
<img width="515" height="338" alt="Screenshot 2025-07-11 at 16 43 25"
src="https://github.com/user-attachments/assets/b8a2e524-57cf-4bb6-a0f5-a47bfd17fd8e"
/>
<img width="491" height="345" alt="Screenshot 2025-07-11 at 16 43 34"
src="https://github.com/user-attachments/assets/26fc1bbf-f1a7-440c-a050-2f7f6ee59d01"
/>
</details> 

### Checklist

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [x] This was checked for breaking HTTP API changes, and any breaking
changes have been approved by the breaking-change committee. The
`release_note:breaking` label should be applied in these situations.
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [x] The PR description includes the appropriate Release Notes section,
and the correct `release_note:*` label is applied per the
[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)
- [ ] Review the [backport
guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing)
and apply applicable `backport:*` labels.

### Identify risks

Only risk is we're keeping style overrides in EUI components, which
should happen as little as possible. But the override enhances the
appearance when putting these components together, which is an edge
case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:version Backport to applied version labels ci:cloud-deploy Create or update a Cloud deployment release_note:skip Skip the PR/issue when compiling release notes Team:Cloud Security Cloud Security team related v9.0.0 v9.0.4 v9.1.0 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants