File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 3
3
border-width : 1px ;
4
4
margin-top : 0 ;
5
5
margin-bottom : 0 ;
6
- height : " 3rem" ;
6
+ height : 3rem !important ;
7
7
min-width : 0 ;
8
8
9
9
& :focus :before {
18
18
}
19
19
20
20
.inFlowToolbarItemBox {
21
- width : " 1rem" ;
22
- display : " inline-flex" ;
23
- justify-content : " center" ;
24
- align-items : " center" ;
21
+ width : 1rem ;
22
+ display : inline-flex ;
23
+ justify-content : center ;
24
+ align-items : center ;
25
25
26
26
@media (min-width : 640px ) {
27
- margin-right : " .5rem" ,
27
+ margin-right : .5rem ,
28
28
}
29
29
}
Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ export const Toolbar = (props: IToolbarProps) => {
116
116
setFiltersOpen ( false ) ;
117
117
}
118
118
}
119
+ else {
120
+ setOverflowOpen ( false ) ;
121
+ }
119
122
} }
120
123
getOverflowItems = { ( startIndex ) =>
121
124
overflowToolbarItems . slice ( startIndex )
@@ -151,7 +154,7 @@ export const Toolbar = (props: IToolbarProps) => {
151
154
}
152
155
else {
153
156
setFiltersOpen ( false ) ;
154
- setOverflowOpen ( ! false ) ;
157
+ setOverflowOpen ( false ) ;
155
158
}
156
159
} }
157
160
onSelectedFiltersChange = { props . onSelectedFiltersChange }
You can’t perform that action at this time.
0 commit comments