@itwin/itwinui-css 0.53.2 → 0.53.3
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/all.css +6 -2
- package/css/color-picker.css +4 -0
- package/css/tree.css +2 -2
- package/package.json +1 -1
- package/scss/color-picker/color-picker.scss +4 -0
- package/scss/tree/tree.scss +2 -2
package/css/all.css
CHANGED
|
@@ -1915,6 +1915,7 @@ html.iui-theme-dark-hc{
|
|
|
1915
1915
|
margin-right:4px;
|
|
1916
1916
|
position:relative;
|
|
1917
1917
|
background-color:var(--iui-color-swatch-background);
|
|
1918
|
+
forced-color-adjust:none;
|
|
1918
1919
|
background-position:0 0, 8px 8px;
|
|
1919
1920
|
background-size:16px 16px;
|
|
1920
1921
|
background-image:repeating-linear-gradient(45deg, #edeff2 25%, transparent 25%, transparent 75%, #edeff2 75%, #edeff2), repeating-linear-gradient(45deg, #edeff2 25%, #c7ccd1 25%, #c7ccd1 75%, #edeff2 75%, #edeff2);
|
|
@@ -1977,6 +1978,7 @@ html.iui-theme-dark-hc{
|
|
|
1977
1978
|
cursor:crosshair;
|
|
1978
1979
|
width:100%;
|
|
1979
1980
|
height:209px;
|
|
1981
|
+
forced-color-adjust:none;
|
|
1980
1982
|
background-image:linear-gradient(0deg, black, transparent), linear-gradient(90deg, white, var(--iui-color-field-hue));
|
|
1981
1983
|
}
|
|
1982
1984
|
.iui-color-field:not(:last-child){
|
|
@@ -1985,6 +1987,7 @@ html.iui-theme-dark-hc{
|
|
|
1985
1987
|
|
|
1986
1988
|
.iui-hue-slider .iui-slider-rail{
|
|
1987
1989
|
height:8px;
|
|
1990
|
+
forced-color-adjust:none;
|
|
1988
1991
|
background:linear-gradient(to right, #F00 0%, #FF0 17%, lime 33%, aqua 50%, #03F 67%, #C3F 83%, #F00 100%);
|
|
1989
1992
|
background:linear-gradient(to right, #F00 0%, #FF0 17%, lime 33%, aqua 50%, #03F 67%, #C3F 83%, #F00 100%);
|
|
1990
1993
|
}
|
|
@@ -1994,6 +1997,7 @@ html.iui-theme-dark-hc{
|
|
|
1994
1997
|
|
|
1995
1998
|
.iui-opacity-slider .iui-slider-rail{
|
|
1996
1999
|
height:8px;
|
|
2000
|
+
forced-color-adjust:none;
|
|
1997
2001
|
background-position:0 0, 4px 4px;
|
|
1998
2002
|
background-size:8px 8px;
|
|
1999
2003
|
background-image:repeating-linear-gradient(45deg, #edeff2 25%, transparent 25%, transparent 75%, #edeff2 75%, #edeff2), repeating-linear-gradient(45deg, #edeff2 25%, #c7ccd1 25%, #c7ccd1 75%, #edeff2 75%, #edeff2);
|
|
@@ -9093,7 +9097,7 @@ div.iui-tile-thumbnail-picture{
|
|
|
9093
9097
|
display:inline-flex;
|
|
9094
9098
|
width:16px;
|
|
9095
9099
|
height:16px;
|
|
9096
|
-
|
|
9100
|
+
margin:0 6px;
|
|
9097
9101
|
flex-shrink:0;
|
|
9098
9102
|
}
|
|
9099
9103
|
.iui-tree-node-content-icon.iui-informational{
|
|
@@ -9113,7 +9117,7 @@ div.iui-tile-thumbnail-picture{
|
|
|
9113
9117
|
fill:var(--iui-icons-color-negative);
|
|
9114
9118
|
}
|
|
9115
9119
|
.iui-tree-node-content-icon:first-child{
|
|
9116
|
-
margin-left:
|
|
9120
|
+
margin-left:34px;
|
|
9117
9121
|
}
|
|
9118
9122
|
@media (prefers-reduced-motion: no-preference){
|
|
9119
9123
|
.iui-tree-node-content-expander-icon{
|
package/css/color-picker.css
CHANGED
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
margin-right:4px;
|
|
123
123
|
position:relative;
|
|
124
124
|
background-color:var(--iui-color-swatch-background);
|
|
125
|
+
forced-color-adjust:none;
|
|
125
126
|
background-position:0 0, 8px 8px;
|
|
126
127
|
background-size:16px 16px;
|
|
127
128
|
background-image:repeating-linear-gradient(45deg, #edeff2 25%, transparent 25%, transparent 75%, #edeff2 75%, #edeff2), repeating-linear-gradient(45deg, #edeff2 25%, #c7ccd1 25%, #c7ccd1 75%, #edeff2 75%, #edeff2);
|
|
@@ -184,6 +185,7 @@
|
|
|
184
185
|
cursor:crosshair;
|
|
185
186
|
width:100%;
|
|
186
187
|
height:209px;
|
|
188
|
+
forced-color-adjust:none;
|
|
187
189
|
background-image:linear-gradient(0deg, black, transparent), linear-gradient(90deg, white, var(--iui-color-field-hue));
|
|
188
190
|
}
|
|
189
191
|
.iui-color-field:not(:last-child){
|
|
@@ -192,6 +194,7 @@
|
|
|
192
194
|
|
|
193
195
|
.iui-hue-slider .iui-slider-rail{
|
|
194
196
|
height:8px;
|
|
197
|
+
forced-color-adjust:none;
|
|
195
198
|
background:linear-gradient(to right, #F00 0%, #FF0 17%, lime 33%, aqua 50%, #03F 67%, #C3F 83%, #F00 100%);
|
|
196
199
|
background:linear-gradient(to right, #F00 0%, #FF0 17%, lime 33%, aqua 50%, #03F 67%, #C3F 83%, #F00 100%);
|
|
197
200
|
}
|
|
@@ -201,6 +204,7 @@
|
|
|
201
204
|
|
|
202
205
|
.iui-opacity-slider .iui-slider-rail{
|
|
203
206
|
height:8px;
|
|
207
|
+
forced-color-adjust:none;
|
|
204
208
|
background-position:0 0, 4px 4px;
|
|
205
209
|
background-size:8px 8px;
|
|
206
210
|
background-image:repeating-linear-gradient(45deg, #edeff2 25%, transparent 25%, transparent 75%, #edeff2 75%, #edeff2), repeating-linear-gradient(45deg, #edeff2 25%, #c7ccd1 25%, #c7ccd1 75%, #edeff2 75%, #edeff2);
|
package/css/tree.css
CHANGED
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
display:inline-flex;
|
|
68
68
|
width:16px;
|
|
69
69
|
height:16px;
|
|
70
|
-
|
|
70
|
+
margin:0 6px;
|
|
71
71
|
flex-shrink:0;
|
|
72
72
|
}
|
|
73
73
|
.iui-tree-node-content-icon.iui-informational{
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
fill:var(--iui-icons-color-negative);
|
|
88
88
|
}
|
|
89
89
|
.iui-tree-node-content-icon:first-child{
|
|
90
|
-
margin-left:
|
|
90
|
+
margin-left:34px;
|
|
91
91
|
}
|
|
92
92
|
@media (prefers-reduced-motion: no-preference){
|
|
93
93
|
.iui-tree-node-content-expander-icon{
|
package/package.json
CHANGED
|
@@ -49,6 +49,7 @@ $iui-hover-box-shadow: 0 0 1px $iui-xxs + 1 rgba(var(--iui-color-foreground-body
|
|
|
49
49
|
margin-right: $iui-xs;
|
|
50
50
|
position: relative;
|
|
51
51
|
background-color: var(--iui-color-swatch-background);
|
|
52
|
+
forced-color-adjust: none;
|
|
52
53
|
@include iui-transparent-background;
|
|
53
54
|
@supports (gap: $iui-s) {
|
|
54
55
|
margin-bottom: 0;
|
|
@@ -172,6 +173,7 @@ $iui-hover-box-shadow: 0 0 1px $iui-xxs + 1 rgba(var(--iui-color-foreground-body
|
|
|
172
173
|
cursor: crosshair;
|
|
173
174
|
width: 100%;
|
|
174
175
|
height: $iui-baseline * 19;
|
|
176
|
+
forced-color-adjust: none;
|
|
175
177
|
background-image: linear-gradient(0deg, rgb(0, 0, 0), transparent),
|
|
176
178
|
linear-gradient(90deg, rgb(255, 255, 255), var(--iui-color-field-hue));
|
|
177
179
|
|
|
@@ -183,6 +185,7 @@ $iui-hover-box-shadow: 0 0 1px $iui-xxs + 1 rgba(var(--iui-color-foreground-body
|
|
|
183
185
|
@mixin iui-hue-slider {
|
|
184
186
|
.iui-slider-rail {
|
|
185
187
|
height: $iui-s;
|
|
188
|
+
forced-color-adjust: none;
|
|
186
189
|
@include themed {
|
|
187
190
|
background: linear-gradient(
|
|
188
191
|
to right,
|
|
@@ -205,6 +208,7 @@ $iui-hover-box-shadow: 0 0 1px $iui-xxs + 1 rgba(var(--iui-color-foreground-body
|
|
|
205
208
|
@mixin iui-opacity-slider {
|
|
206
209
|
.iui-slider-rail {
|
|
207
210
|
height: $iui-s;
|
|
211
|
+
forced-color-adjust: none;
|
|
208
212
|
@include iui-transparent-background($size: $iui-s);
|
|
209
213
|
|
|
210
214
|
&::before {
|
package/scss/tree/tree.scss
CHANGED
|
@@ -54,11 +54,11 @@ $iui-expander-button-width: ($iui-icons-default) + ($iui-expander-inline-padding
|
|
|
54
54
|
|
|
55
55
|
&-icon {
|
|
56
56
|
@include iui-icons-default;
|
|
57
|
-
|
|
57
|
+
margin: 0 $iui-expander-inline-padding;
|
|
58
58
|
flex-shrink: 0;
|
|
59
59
|
|
|
60
60
|
&:first-child {
|
|
61
|
-
margin-left: $iui-expander-button-width;
|
|
61
|
+
margin-left: $iui-expander-button-width + $iui-expander-inline-padding;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
|