File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed
lib/core/src/lib/datatable/components/columns-selector Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -58,14 +58,14 @@ adf-datatable-column-selector {
5858 color : var (--theme-secondary-text );
5959 }
6060
61- & -subtitle {
62- color : var (--mat-sys-on-surface );
63- font-size : var (--mat-sys-body-small-size );
64- opacity : 0.6 ;
65- display : flex ;
66- column-gap : 3px ;
67- align-items : center ;
68- }
61+ & -subtitle {
62+ color : var (--mat-sys-on-surface );
63+ font-size : var (--mat-sys-body-small-size );
64+ opacity : 0.6 ;
65+ display : flex ;
66+ column-gap : 3px ;
67+ align-items : center ;
68+ }
6969
7070 & -subtitle-icon {
7171 margin-top : 3px ;
@@ -98,23 +98,24 @@ adf-datatable-column-selector {
9898 margin-bottom : 9px ;
9999 }
100100
101- & -search-input {
102- padding : 10px 10px 10px 29px ;
103- width : 100% ;
104- outline : 0 ;
105- border-radius : 6px ;
106- border : 1px solid var (--mat-sys-surface );
107- background : var (--mat-sys-surface );
101+ & -search-input {
102+ padding : 10px 10px 10px 29px ;
103+ width : 100% ;
104+ outline : 0 ;
105+ border-radius : 6px ;
106+ border : 1px solid var (--mat-sys-surface );
107+ background : var (--mat-sys-surface );
108108
109109 & :focus {
110110 outline : none ;
111111 }
112112 }
113113
114- & -search-input-icon {
115- position : absolute ;
116- left : 17px ;
117- top : 10px ;
118- font-size : var (--mat-sys-label-large-size );
114+ & -search-input-icon {
115+ position : absolute ;
116+ left : 17px ;
117+ top : 10px ;
118+ font-size : var (--mat-sys-label-large-size );
119+ }
119120 }
120121}
You can’t perform that action at this time.
0 commit comments