Skip to content

Commit 4e46b9d

Browse files
committed
fix missing brace
1 parent d7a6372 commit 4e46b9d

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

lib/core/src/lib/datatable/components/columns-selector/columns-selector.component.scss

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)