Commit d5f2d66 1 parent fa26fa8 commit d5f2d66 Copy full SHA for d5f2d66
File tree 1 file changed +13
-0
lines changed
frontend/src/pages/destructionlist/abstract
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 6
6
* We assume this contains one or more actions to perform. Since these actions need to be in view all the time, we apply
7
7
* (sticky) styling to them.
8
8
*/
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
+
9
22
.mykn-datagrid .mykn-datagrid__cell--type-text : last-child : has (> .mykn-toolbar ) {
10
23
position : sticky;
11
24
right : 0 ;
You can’t perform that action at this time.
0 commit comments