This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Layout Updates to Active Filters Block (#6905)
* Reverse ordter of filter item name and close btn. * Update layout & typography styles for block items * Update chip ui view styles. Additionally, add editor styles to have the editor match the rendered frontend. * Update additional remove button styles. - Add hover state to remove button on chip layout. - Update disabled styles to remove button in both layouts (mainly relevant to the editor view). * Adjust remove button colors. Set hover states to shades of grey. Also set chip color and text to match selected text color of the block. * Update e2e test to account for new element order. Since we're moving the remove button in the list view from the last child node to the first child node, we need to adjust the expected order of the active filter item text. * Design and copy updates on the block settings Co-authored-by: Alba Rincón <[email protected]> Co-authored-by: Alba Rincón <[email protected]>
- Loading branch information
1 parent
0cae8e1
commit 0ade6c8
Showing
6 changed files
with
52 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.wc-block-active-filters { | ||
.wc-block-active-filters__list-item-name { | ||
margin-top: 9px; | ||
} | ||
} | ||
|
||
.wc-block-active-filter__style-toggle { | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters