Skip to content

Commit d5f2d66

Browse files
💄 - style: adjust styling of datagrid actions
1 parent fa26fa8 commit d5f2d66

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

frontend/src/pages/destructionlist/abstract/BaseListView.css

+13
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
* We assume this contains one or more actions to perform. Since these actions need to be in view all the time, we apply
77
* (sticky) styling to them.
88
*/
9+
10+
.mykn-datagrid:has(.mykn-datagrid__cell--type-text:last-child > .mykn-toolbar)
11+
.mykn-datagrid__cell--header:last-child,
12+
.mykn-datagrid:has(.mykn-datagrid__cell--type-text:last-child > .mykn-toolbar)
13+
.mykn-datagrid__cell--filter:last-child {
14+
position: sticky;
15+
right: 0;
16+
}
17+
.mykn-datagrid:has(.mykn-datagrid__cell--type-text:last-child > .mykn-toolbar)
18+
.mykn-datagrid__cell--header:last-child {
19+
background: var(--typography-color-background);
20+
}
21+
922
.mykn-datagrid .mykn-datagrid__cell--type-text:last-child:has(> .mykn-toolbar) {
1023
position: sticky;
1124
right: 0;

0 commit comments

Comments
 (0)