File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
projects/fusion-ui/components/dropdown/v4 Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 9
9
$optionsMaxHeight : 300px ;
10
10
$searchHeight : 28px ;
11
11
12
+ %location {
13
+ & .options-locate-right {
14
+ left : auto ;
15
+ }
16
+
17
+ & .options-locate-left {
18
+ right : auto ;
19
+ }
20
+ }
21
+
12
22
:host {
13
23
margin : 0 ;
14
24
padding : 0 ;
@@ -32,6 +42,7 @@ $searchHeight: 28px;
32
42
border : solid 1px var (--common-divider , #{$color-v4-common-divider } );
33
43
background-color : var (--background-default , #{$color-v4-background-default } );
34
44
box-shadow : var (--box-shadow-lg , #{$boxShadowV4-LG } );
45
+ @extend %location ;
35
46
36
47
.options-holder {
37
48
overflow-y : auto ;
@@ -46,23 +57,27 @@ $searchHeight: 28px;
46
57
flex-direction : column ;
47
58
gap : var (--spacing-50 , #{$spacingV4-50 } );
48
59
padding : 0 var (--spacing-50 , #{$spacingV4-50 } ) 0 0 ;
49
- & .fu-loading {
60
+
61
+ & .fu-loading {
50
62
gap : 0 ;
51
63
}
52
64
53
- .fu-loader-holder {
65
+ .fu-loader-holder {
54
66
display : flex ;
55
67
align-items : center ;
56
68
gap : 8px ;
57
69
height : 30px ;
58
- fusion-loader {
70
+
71
+ fusion-loader {
59
72
width : 20px ;
60
73
height : 20px ;
61
74
}
75
+
62
76
color : var (--text-disabled , #{$color-v4-text-disabled } );
63
77
@extend %font-v4-body-2 ;
64
78
padding : var (--spacing-75 , #{$spacingV4-75 } ) var (--spacing-100 , #{$spacingV4-100 } );
65
79
}
80
+
66
81
.no-results {
67
82
color : var (--text-disabled , #{$color-v4-text-disabled } );
68
83
@extend %font-v4-body-2 ;
You can’t perform that action at this time.
0 commit comments