File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ import customElement from "@ui5/webcomponents-base/dist/decorators/customElement
3
3
import Search from "./Search.js" ;
4
4
import { isPhone } from "@ui5/webcomponents-base/dist/Device.js" ;
5
5
import ShellBarSearchTemplate from "./ShellBarSearchTemplate.js" ;
6
+ import ShellBarSearchCss from "./generated/themes/ShellBarSearch.css.js" ;
7
+
6
8
import {
7
9
SEARCH_FIELD_SEARCH_ICON ,
8
10
SHELLBAR_SEARCH_EXPANDED ,
@@ -21,6 +23,10 @@ import {
21
23
@customElement ( {
22
24
tag : "ui5-shellbar-search" ,
23
25
template : ShellBarSearchTemplate ,
26
+ styles : [
27
+ Search . styles ,
28
+ ShellBarSearchCss ,
29
+ ] ,
24
30
} )
25
31
26
32
class ShellBarSearch extends Search {
Original file line number Diff line number Diff line change
1
+ : host (: not ([collapsed ])) {
2
+ min-width : 13rem ;
3
+ }
You can’t perform that action at this time.
0 commit comments