File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1818 white-space : nowrap ;
1919 overflow : hidden ;
2020 text-overflow : ellipsis ;
21+
22+ & :has (.pointerIcon ) {
23+ padding-right : 46px ;
24+ }
2125}
2226
2327.headerName {
4852 font : inherit ;
4953 color : inherit ;
5054 background : rgba (255 , 255 , 255 , 0.2 );
51-
55+
5256 // Custom styles
5357 cursor : pointer ;
5458 opacity : 0.7 ;
5559 transition : opacity 0.2s ease ;
5660 z-index : 10 ;
5761 pointer-events : auto ;
58- display : inline- flex ;
62+ display : flex ;
5963 align-items : center ;
6064 justify-content : center ;
6165 height : 20px ;
6266 width : 20px ;
6367 border-radius : 50% ;
64- margin-left : 5px ;
65- flex-shrink : 0 ;
66-
68+ position : absolute ;
69+ right : 15px ;
70+ top : 5px ;
71+
6772 & svg {
6873 transform : rotate (316deg );
6974 }
70-
75+
7176 & :hover {
7277 opacity : 1 ;
7378 background : rgba (255 , 255 , 255 , 0.3 );
7479 }
75-
80+
7681 & :focus {
7782 opacity : 1 ;
7883 background : rgba (255 , 255 , 255 , 0.4 );
You can’t perform that action at this time.
0 commit comments