Skip to content

Commit

Permalink
Fixed border on cells in events disappear (#7075)
Browse files Browse the repository at this point in the history
* Overwrite eui styles

* Added changelog

* Solve styles

* Change border per shadow-box

* Fix changelog

---------

Co-authored-by: Federico Rodriguez <[email protected]>
  • Loading branch information
JuanGarriuz and asteriscos authored Oct 28, 2024
1 parent 1fa58e7 commit 9ea8940
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed no-agent-alert spawn with selected agent in agent-welcome view [#7029](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7029)
- Fixed loading state of the agents status chart in the home overview [#7120](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7120)
- Fixed security policy exception when it contained deprecated actions [#7042](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7042)
- Fixed border on cells in events that disappear when clicked [#7075](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7075)
- Fixed export formatted csv data with special characters from tables [#7048](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7048)
- Fixed column reordering feature [#7072](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7072)
- Fixed filter management to prevent hiding when adding multiple filters [#7077](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7077)
Expand Down
6 changes: 0 additions & 6 deletions plugins/main/public/styles/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,12 +324,6 @@ input[type='search'].euiFieldSearch {
box-shadow: none;
}

:focus:not(.wz-button):not(.input-filter-box):not(.kuiLocalSearchInput):not(
.euiTextArea
):not(.euiPanel.euiPopover__panel.euiPopover__panel-isOpen) {
box-shadow: none !important;
}

/* Custom colors styles */
.color-white {
color: white;
Expand Down

0 comments on commit 9ea8940

Please sign in to comment.