tui: make context group header non-clickable except for arrow icon
Users now see that only the arrow icon expands/collapses context groups, not the entire row, making the UI behavior more predictable.
This commit is contained in:
parent
7291e28273
commit
21f562fdae
1 changed files with 2 additions and 1 deletions
|
|
@ -614,7 +614,7 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: 0px;
|
gap: 0px;
|
||||||
cursor: pointer;
|
cursor: default;
|
||||||
|
|
||||||
[data-slot="context-tool-group-title"] {
|
[data-slot="context-tool-group-title"] {
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
|
@ -623,6 +623,7 @@
|
||||||
|
|
||||||
[data-slot="collapsible-arrow"] {
|
[data-slot="collapsible-arrow"] {
|
||||||
color: var(--icon-weaker);
|
color: var(--icon-weaker);
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue