TAC: Fix hover state when expanded (#12337)
* Fix TAC hover state * Add playwright test * Update playwright snapshot after last compound style changes
This commit is contained in:
parent
49be30bbc3
commit
e309410266
5 changed files with 23 additions and 0 deletions
|
@ -25,6 +25,12 @@
|
|||
margin: 18px auto auto auto;
|
||||
|
||||
&.expanded {
|
||||
/**
|
||||
* override compound default background color when hovered
|
||||
* should disappear when the space panel will be migrated to compound
|
||||
*/
|
||||
background-color: transparent !important;
|
||||
|
||||
/* align with settings icon */
|
||||
margin-left: 21px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue