@itwin/itwinui-css 0.49.0 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/css/alert.css +232 -174
- package/css/all.css +7251 -5567
- package/css/badge.css +2 -1
- package/css/blockquote.css +10 -7
- package/css/breadcrumbs.css +110 -87
- package/css/button.css +443 -315
- package/css/carousel.css +125 -78
- package/css/code.css +69 -56
- package/css/color-picker.css +150 -103
- package/css/date-picker.css +73 -55
- package/css/expandable-block.css +212 -160
- package/css/fieldset.css +22 -18
- package/css/file-upload.css +93 -79
- package/css/footer.css +64 -53
- package/css/global.css +100 -78
- package/css/header.css +471 -364
- package/css/icon.css +108 -78
- package/css/information-panel.css +174 -137
- package/css/inputs.css +1134 -942
- package/css/keyboard.css +11 -7
- package/css/location-marker.css +68 -58
- package/css/menu.css +105 -80
- package/css/modal.css +54 -42
- package/css/non-ideal-state.css +47 -40
- package/css/notification-marker.css +275 -200
- package/css/popover.css +10 -8
- package/css/progress-indicator.css +315 -237
- package/css/reset-global-styles.css +10 -5
- package/css/side-navigation.css +189 -140
- package/css/skip-to-content.css +41 -27
- package/css/slider.css +112 -87
- package/css/table.css +563 -419
- package/css/tabs.css +324 -238
- package/css/tag.css +111 -84
- package/css/text.css +46 -27
- package/css/tile.css +387 -311
- package/css/time-picker.css +113 -86
- package/css/toast-notification.css +232 -173
- package/css/toggle-switch.css +176 -111
- package/css/tooltip.css +21 -16
- package/css/tree.css +123 -93
- package/css/user-icon.css +204 -162
- package/css/wizard.css +156 -131
- package/package.json +5 -6
- package/scss/alert/alert.scss +1 -5
- package/scss/button/button-group.scss +38 -8
- package/scss/button/classes.scss +4 -0
- package/scss/carousel/carousel.scss +17 -6
- package/scss/code/codeblock.scss +1 -1
- package/scss/inputs/checkbox.scss +1 -0
- package/scss/inputs/labeled-inputs.scss +8 -8
- package/scss/inputs/radio.scss +0 -4
- package/scss/location-marker/data-rich.scss +1 -1
- package/scss/location-marker/me.scss +4 -4
- package/scss/modal/modal.scss +1 -0
- package/scss/popover/popover.scss +1 -2
- package/scss/progress-indicator/linear.scss +2 -10
- package/scss/style/global.scss +1 -5
- package/scss/style/mixins.scss +9 -0
- package/scss/table/table.scss +23 -14
- package/scss/toast-notification/categories.scss +1 -5
- package/scss/toggle-switch/classes.scss +4 -0
- package/scss/toggle-switch/toggle-switch.scss +141 -162
package/css/date-picker.css
CHANGED
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
height:286px;
|
|
22
22
|
display:inline-flex;
|
|
23
23
|
background-color:#FFF;
|
|
24
|
-
background-color:var(--iui-color-background-1);
|
|
24
|
+
background-color:var(--iui-color-background-1);
|
|
25
|
+
}
|
|
25
26
|
|
|
26
27
|
.iui-calendar-month-year{
|
|
27
28
|
display:inline-flex;
|
|
@@ -32,23 +33,26 @@
|
|
|
32
33
|
box-sizing:border-box;
|
|
33
34
|
font-weight:700;
|
|
34
35
|
background-color:#FFF;
|
|
35
|
-
background-color:var(--iui-color-background-1);
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
36
|
+
background-color:var(--iui-color-background-1);
|
|
37
|
+
}
|
|
38
|
+
.iui-calendar-month-year > span{
|
|
39
|
+
margin:0 4px;
|
|
40
|
+
width:156px;
|
|
41
|
+
white-space:nowrap;
|
|
42
|
+
display:inline-flex;
|
|
43
|
+
flex-shrink:0;
|
|
44
|
+
align-items:center;
|
|
45
|
+
justify-content:center;
|
|
46
|
+
line-height:44px;
|
|
47
|
+
}
|
|
45
48
|
|
|
46
49
|
.iui-calendar-month{
|
|
47
50
|
overflow:hidden;
|
|
48
51
|
max-width:15ch;
|
|
49
52
|
text-overflow:ellipsis;
|
|
50
53
|
white-space:nowrap;
|
|
51
|
-
flex-shrink:0;
|
|
54
|
+
flex-shrink:0;
|
|
55
|
+
}
|
|
52
56
|
|
|
53
57
|
.iui-calendar-weekdays{
|
|
54
58
|
line-height:33px;
|
|
@@ -58,12 +62,14 @@
|
|
|
58
62
|
padding:0 8px;
|
|
59
63
|
font-weight:700;
|
|
60
64
|
background-color:#F8F9FB;
|
|
61
|
-
background-color:var(--iui-color-background-2);
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
background-color:var(--iui-color-background-2);
|
|
66
|
+
}
|
|
67
|
+
.iui-calendar-weekdays > div{
|
|
68
|
+
white-space:nowrap;
|
|
69
|
+
overflow:hidden;
|
|
70
|
+
width:32px;
|
|
71
|
+
text-align:center;
|
|
72
|
+
}
|
|
67
73
|
|
|
68
74
|
.iui-calendar-week{
|
|
69
75
|
white-space:nowrap;
|
|
@@ -71,47 +77,59 @@
|
|
|
71
77
|
display:flex;
|
|
72
78
|
align-items:center;
|
|
73
79
|
justify-content:space-evenly;
|
|
74
|
-
padding:0 8px;
|
|
80
|
+
padding:0 8px;
|
|
81
|
+
}
|
|
75
82
|
|
|
76
83
|
.iui-calendar-day{
|
|
77
84
|
cursor:pointer;
|
|
78
85
|
display:inline-block;
|
|
79
86
|
width:33px;
|
|
80
87
|
line-height:33px;
|
|
81
|
-
border-radius:3px;
|
|
82
|
-
|
|
88
|
+
border-radius:3px;
|
|
89
|
+
}
|
|
90
|
+
.iui-calendar-day:focus-visible{
|
|
91
|
+
outline:1px solid var(--iui-color-foreground-primary);
|
|
92
|
+
outline-offset:-1px;
|
|
93
|
+
}
|
|
94
|
+
@supports not selector(*:focus-visible){
|
|
95
|
+
.iui-calendar-day:focus{
|
|
83
96
|
outline:1px solid var(--iui-color-foreground-primary);
|
|
84
|
-
outline-offset:-1px;
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
97
|
+
outline-offset:-1px;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
.iui-calendar-day.iui-today{
|
|
101
|
+
font-weight:600;
|
|
102
|
+
border-radius:50%;
|
|
103
|
+
background-color:rgba(0, 0, 0, 0.1);
|
|
104
|
+
background-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-6));
|
|
105
|
+
}
|
|
106
|
+
.iui-calendar-day:hover{
|
|
107
|
+
font-weight:600;
|
|
108
|
+
color:#008BE1;
|
|
109
|
+
background-color:rgba(0, 139, 225, 0.1);
|
|
110
|
+
color:var(--iui-color-foreground-primary);
|
|
111
|
+
background-color:rgba(var(--iui-color-foreground-primary-rgb), var(--iui-opacity-6));
|
|
112
|
+
}
|
|
113
|
+
.iui-calendar-day.iui-selected{
|
|
114
|
+
font-weight:600;
|
|
115
|
+
border-radius:3px;
|
|
116
|
+
cursor:default;
|
|
117
|
+
background-color:#008BE1;
|
|
118
|
+
color:#FFF;
|
|
119
|
+
background-color:var(--iui-color-background-primary);
|
|
120
|
+
color:var(--iui-color-foreground-accessory);
|
|
121
|
+
}
|
|
122
|
+
.iui-calendar-day.iui-selected:focus-visible{
|
|
123
|
+
outline:1px solid var(--iui-color-foreground-accessory);
|
|
124
|
+
outline-offset:-3px;
|
|
125
|
+
}
|
|
126
|
+
@supports not selector(*:focus-visible){
|
|
127
|
+
.iui-calendar-day.iui-selected:focus{
|
|
128
|
+
outline:1px solid var(--iui-color-foreground-accessory);
|
|
129
|
+
outline-offset:-3px;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
.iui-calendar-day.iui-outside-month{
|
|
133
|
+
color:rgba(0, 0, 0, 0.4);
|
|
134
|
+
color:var(--iui-text-color-muted);
|
|
135
|
+
}
|
package/css/expandable-block.css
CHANGED
|
@@ -12,164 +12,216 @@
|
|
|
12
12
|
box-sizing:border-box;
|
|
13
13
|
width:100%;
|
|
14
14
|
background-color:#FFF;
|
|
15
|
-
background-color:var(--iui-color-background-1);
|
|
15
|
+
background-color:var(--iui-color-background-1);
|
|
16
|
+
}
|
|
17
|
+
.iui-expandable-block > .iui-header{
|
|
18
|
+
display:flex;
|
|
19
|
+
align-items:center;
|
|
20
|
+
padding:11px 12px;
|
|
21
|
+
cursor:pointer;
|
|
22
|
+
box-sizing:border-box;
|
|
23
|
+
-webkit-user-select:none;
|
|
24
|
+
-moz-user-select:none;
|
|
25
|
+
-ms-user-select:none;
|
|
26
|
+
user-select:none;
|
|
27
|
+
border:1px solid #EEF0F3;
|
|
28
|
+
border-bottom-color:#DCE0E3;
|
|
29
|
+
background-color:#EEF0F3;
|
|
30
|
+
border:1px solid var(--iui-color-background-3);
|
|
31
|
+
border-bottom-color:var(--iui-color-background-4);
|
|
32
|
+
background-color:var(--iui-color-background-3);
|
|
33
|
+
}
|
|
34
|
+
.iui-expandable-block > .iui-header:focus-visible{
|
|
35
|
+
outline:1px solid var(--iui-color-foreground-primary);
|
|
36
|
+
outline-offset:-1px;
|
|
37
|
+
}
|
|
38
|
+
@supports not selector(*:focus-visible){
|
|
39
|
+
.iui-expandable-block > .iui-header:focus{
|
|
40
|
+
outline:1px solid var(--iui-color-foreground-primary);
|
|
41
|
+
outline-offset:-1px;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
@media (prefers-reduced-motion: no-preference){
|
|
16
45
|
.iui-expandable-block > .iui-header{
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
46
|
+
transition:background-color 0.2s ease-out;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
.iui-expandable-block > .iui-header > .iui-icon,
|
|
50
|
+
.iui-expandable-block > .iui-header > .iui-status-icon{
|
|
51
|
+
display:inline-flex;
|
|
52
|
+
flex-shrink:0;
|
|
53
|
+
width:16px;
|
|
54
|
+
height:16px;
|
|
55
|
+
}
|
|
56
|
+
.iui-expandable-block > .iui-header > .iui-icon{
|
|
57
|
+
fill:rgba(0, 0, 0, 0.8);
|
|
58
|
+
fill:var(--iui-icons-color-actionable);
|
|
59
|
+
}
|
|
60
|
+
@media (prefers-reduced-motion: no-preference){
|
|
61
|
+
.iui-expandable-block > .iui-header > .iui-icon{
|
|
62
|
+
transition:transform 0.2s ease-out;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
.iui-expandable-block > .iui-header > .iui-status-icon{
|
|
66
|
+
margin-left:12px;
|
|
67
|
+
fill:rgba(0, 0, 0, 0.4);
|
|
68
|
+
fill:var(--iui-icons-color);
|
|
69
|
+
}
|
|
70
|
+
.iui-expandable-block > .iui-header > .iui-status-icon.iui-informational{
|
|
71
|
+
fill:#008BE1;
|
|
72
|
+
fill:var(--iui-icons-color-primary);
|
|
73
|
+
}
|
|
74
|
+
.iui-expandable-block > .iui-header > .iui-status-icon.iui-positive{
|
|
75
|
+
fill:#53A21A;
|
|
76
|
+
fill:var(--iui-icons-color-positive);
|
|
77
|
+
}
|
|
78
|
+
.iui-expandable-block > .iui-header > .iui-status-icon.iui-warning{
|
|
79
|
+
fill:#F18B12;
|
|
80
|
+
fill:var(--iui-icons-color-warning);
|
|
81
|
+
}
|
|
82
|
+
.iui-expandable-block > .iui-header > .iui-status-icon.iui-negative{
|
|
83
|
+
fill:#D30A0A;
|
|
84
|
+
fill:var(--iui-icons-color-negative);
|
|
85
|
+
}
|
|
86
|
+
.iui-expandable-block > .iui-header .iui-expandable-block-label{
|
|
87
|
+
display:flex;
|
|
88
|
+
flex-direction:column;
|
|
89
|
+
flex:auto;
|
|
90
|
+
min-width:0;
|
|
91
|
+
margin-left:12px;
|
|
92
|
+
color:rgba(0, 0, 0, 0.8);
|
|
93
|
+
color:var(--iui-text-color);
|
|
94
|
+
}
|
|
95
|
+
@media (prefers-reduced-motion: no-preference){
|
|
96
|
+
.iui-expandable-block > .iui-header .iui-expandable-block-label{
|
|
97
|
+
transition:color 0.2s ease;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
.iui-expandable-block > .iui-header .iui-title,
|
|
101
|
+
.iui-expandable-block > .iui-header .iui-caption{
|
|
102
|
+
white-space:nowrap;
|
|
103
|
+
overflow:hidden;
|
|
104
|
+
text-overflow:ellipsis;
|
|
105
|
+
}
|
|
106
|
+
.iui-expandable-block > .iui-header .iui-title{
|
|
107
|
+
font-size:16px;
|
|
108
|
+
}
|
|
109
|
+
.iui-expandable-block > .iui-header .iui-caption{
|
|
110
|
+
font-size:12px;
|
|
111
|
+
color:rgba(0, 0, 0, 0.4);
|
|
112
|
+
color:var(--iui-text-color-muted);
|
|
113
|
+
}
|
|
114
|
+
.iui-expandable-block > .iui-header:focus-visible{
|
|
115
|
+
outline:1px solid var(--iui-color-foreground-primary);
|
|
116
|
+
outline-offset:-1px;
|
|
117
|
+
}
|
|
118
|
+
@supports not selector(*:focus-visible){
|
|
119
|
+
.iui-expandable-block > .iui-header:focus{
|
|
120
|
+
outline:1px solid var(--iui-color-foreground-primary);
|
|
121
|
+
outline-offset:-1px;
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
.iui-expandable-block .iui-expandable-content{
|
|
125
|
+
overflow:hidden;
|
|
126
|
+
box-sizing:border-box;
|
|
127
|
+
border-bottom:1px solid #DCE0E3;
|
|
128
|
+
border-right:1px solid #DCE0E3;
|
|
129
|
+
border-left:1px solid #DCE0E3;
|
|
130
|
+
border-bottom:1px solid var(--iui-color-background-4);
|
|
131
|
+
border-right:1px solid var(--iui-color-background-4);
|
|
132
|
+
border-left:1px solid var(--iui-color-background-4);
|
|
133
|
+
}
|
|
134
|
+
.iui-expandable-block .iui-expandable-content.iui-enter{
|
|
135
|
+
opacity:0;
|
|
136
|
+
}
|
|
137
|
+
.iui-expandable-block .iui-expandable-content.iui-enter-active{
|
|
138
|
+
opacity:1;
|
|
139
|
+
}
|
|
140
|
+
@media (prefers-reduced-motion: no-preference){
|
|
141
|
+
.iui-expandable-block .iui-expandable-content.iui-enter-active{
|
|
142
|
+
transition:opacity 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
.iui-expandable-block .iui-expandable-content.iui-exit{
|
|
146
|
+
opacity:1;
|
|
147
|
+
}
|
|
148
|
+
.iui-expandable-block .iui-expandable-content.iui-exit-active{
|
|
149
|
+
opacity:0;
|
|
150
|
+
}
|
|
151
|
+
@media (prefers-reduced-motion: no-preference){
|
|
152
|
+
.iui-expandable-block .iui-expandable-content.iui-exit-active{
|
|
153
|
+
transition:opacity 0.2s ease-out, width 0.2s ease-out, height 0.2s ease-out;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
.iui-expandable-block .iui-expandable-content > div{
|
|
157
|
+
padding:11px 12px;
|
|
158
|
+
}
|
|
159
|
+
.iui-expandable-block:hover > .iui-header{
|
|
160
|
+
background-color:#DCE0E3;
|
|
161
|
+
background-color:var(--iui-color-background-4);
|
|
162
|
+
}
|
|
163
|
+
.iui-expandable-block:hover > .iui-header > .iui-icon{
|
|
164
|
+
fill:black;
|
|
165
|
+
fill:var(--iui-icons-color-actionable-hover);
|
|
166
|
+
}
|
|
167
|
+
.iui-expandable-block:hover > .iui-header .iui-caption,
|
|
168
|
+
.iui-expandable-block:hover > .iui-header .iui-title{
|
|
169
|
+
color:#000;
|
|
170
|
+
color:var(--iui-color-foreground-body);
|
|
171
|
+
}
|
|
172
|
+
@media (prefers-reduced-motion: no-preference){
|
|
173
|
+
.iui-expandable-block:hover > .iui-header .iui-caption,
|
|
174
|
+
.iui-expandable-block:hover > .iui-header .iui-title{
|
|
175
|
+
transition:color 0.2s ease;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
.iui-expandable-block.iui-expanded > .iui-header{
|
|
179
|
+
background-color:#EEF0F3;
|
|
180
|
+
border-left:1px solid #DCE0E3;
|
|
181
|
+
border-top:1px solid #DCE0E3;
|
|
182
|
+
border-right:1px solid #DCE0E3;
|
|
183
|
+
background-color:var(--iui-color-background-3);
|
|
184
|
+
border-left:1px solid var(--iui-color-background-4);
|
|
185
|
+
border-top:1px solid var(--iui-color-background-4);
|
|
186
|
+
border-right:1px solid var(--iui-color-background-4);
|
|
187
|
+
}
|
|
188
|
+
.iui-expandable-block.iui-expanded > .iui-header:hover{
|
|
189
|
+
background-color:#DCE0E3;
|
|
190
|
+
background-color:var(--iui-color-background-4);
|
|
191
|
+
}
|
|
192
|
+
.iui-expandable-block.iui-expanded > .iui-header:hover{
|
|
193
|
+
background-color:#DCE0E3;
|
|
194
|
+
background-color:var(--iui-color-background-4);
|
|
195
|
+
}
|
|
196
|
+
.iui-expandable-block.iui-expanded > .iui-header > .iui-icon{
|
|
197
|
+
transform:rotate(90deg);
|
|
198
|
+
}
|
|
199
|
+
.iui-expandable-block.iui-small .iui-header{
|
|
200
|
+
padding:5.5px 8px;
|
|
201
|
+
}
|
|
202
|
+
.iui-expandable-block.iui-small .iui-header > .iui-icon{
|
|
203
|
+
width:12px;
|
|
204
|
+
height:12px;
|
|
205
|
+
}
|
|
206
|
+
.iui-expandable-block.iui-small .iui-header > .iui-expandable-block-label{
|
|
207
|
+
margin-left:8px;
|
|
208
|
+
}
|
|
209
|
+
.iui-expandable-block.iui-small .iui-header > .iui-status-icon{
|
|
210
|
+
margin-left:8px;
|
|
211
|
+
}
|
|
212
|
+
.iui-expandable-block.iui-borderless,
|
|
213
|
+
.iui-expandable-block.iui-borderless .iui-header,
|
|
214
|
+
.iui-expandable-block.iui-borderless .iui-expandable-content{
|
|
215
|
+
background-color:transparent;
|
|
216
|
+
border:initial;
|
|
217
|
+
}
|
|
218
|
+
.iui-expandable-block.iui-borderless .iui-header{
|
|
219
|
+
border-radius:3px;
|
|
220
|
+
}
|
|
221
|
+
.iui-expandable-block.iui-borderless .iui-header:hover{
|
|
222
|
+
background-color:rgba(0, 0, 0, 0.1);
|
|
223
|
+
background-color:rgba(var(--iui-color-foreground-body-rgb), var(--iui-opacity-6));
|
|
224
|
+
}
|
|
225
|
+
.iui-expandable-block.iui-borderless .iui-expandable-content > div{
|
|
226
|
+
padding:0;
|
|
227
|
+
}
|
package/css/fieldset.css
CHANGED
|
@@ -12,21 +12,25 @@
|
|
|
12
12
|
border:1px solid #DCE0E3;
|
|
13
13
|
background-color:#FFF;
|
|
14
14
|
border:1px solid var(--iui-color-background-4);
|
|
15
|
-
background-color:var(--iui-color-background-1);
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
15
|
+
background-color:var(--iui-color-background-1);
|
|
16
|
+
}
|
|
17
|
+
.iui-fieldset legend{
|
|
18
|
+
font-size:16px;
|
|
19
|
+
padding:1.5px 8px;
|
|
20
|
+
border-radius:3px;
|
|
21
|
+
-webkit-user-select:none;
|
|
22
|
+
-moz-user-select:none;
|
|
23
|
+
-ms-user-select:none;
|
|
24
|
+
user-select:none;
|
|
25
|
+
background-color:#DCE0E3;
|
|
26
|
+
color:rgba(0, 0, 0, 0.8);
|
|
27
|
+
background-color:var(--iui-color-background-4);
|
|
28
|
+
color:var(--iui-text-color);
|
|
29
|
+
}
|
|
30
|
+
.iui-fieldset[disabled]{
|
|
31
|
+
cursor:not-allowed;
|
|
32
|
+
}
|
|
33
|
+
.iui-fieldset[disabled] legend{
|
|
34
|
+
color:rgba(0, 0, 0, 0.4);
|
|
35
|
+
color:var(--iui-text-color-muted);
|
|
36
|
+
}
|