Skip to content

Commit 9f397a8

Browse files
committed
Latest build
1 parent b4c1cca commit 9f397a8

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

.stylelintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ rules:
102102
block-opening-brace-space-before: always
103103

104104
# Specify modern or legacy notation for applicable color-functions.
105-
color-function-notation: legacy
105+
color-function-notation: modern
106106

107107
# Specify lowercase or uppercase for hexadecimal color values.
108108
color-hex-case: lower

dist/textpattern/jquery-ui.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ a.ui-state-default:focus {
169169
}
170170

171171
body.darkmode .ui-state-highlight.ui-state-hover {
172-
--clr-warning-text-dark: hsl(40, 100%, 40%);
172+
--clr-warning-text-dark: hsl(40 100% 40%);
173173
border-color: var(--clr-warning-text-dark);
174174
}
175175

@@ -186,7 +186,7 @@ a.ui-state-default:focus {
186186
}
187187

188188
body.darkmode .ui-state-active.ui-state-hover {
189-
--clr-a-interact-dark: hsl(210, 100%, 60%);
189+
--clr-a-interact-dark: hsl(210 100% 60%);
190190
border-color: var(--clr-a-interact-dark);
191191
}
192192

@@ -204,7 +204,7 @@ a.ui-state-default:focus {
204204
}
205205

206206
body.darkmode .ui-state-error.ui-state-hover {
207-
--clr-error-text-dark: hsl(337, 100%, 40%);
207+
--clr-error-text-dark: hsl(337 100% 40%);
208208
border-color: var(--clr-error-text-dark);
209209
}
210210

scss/modules/jquery-ui/_core.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ a.ui-state-default:focus {
197197

198198
@include setup.dark-mode {
199199
.ui-state-highlight.ui-state-hover {
200-
--clr-warning-text-dark: hsl(40, 100%, 40%);
200+
--clr-warning-text-dark: hsl(40 100% 40%);
201201

202202
border-color: var(--clr-warning-text-dark);
203203
}
@@ -218,7 +218,7 @@ a.ui-state-default:focus {
218218

219219
@include setup.dark-mode {
220220
.ui-state-active.ui-state-hover {
221-
--clr-a-interact-dark: hsl(210, 100%, 60%);
221+
--clr-a-interact-dark: hsl(210 100% 60%);
222222

223223
border-color: var(--clr-a-interact-dark);
224224
}
@@ -240,7 +240,7 @@ a.ui-state-default:focus {
240240

241241
@include setup.dark-mode {
242242
.ui-state-error.ui-state-hover {
243-
--clr-error-text-dark: hsl(337, 100%, 40%);
243+
--clr-error-text-dark: hsl(337 100% 40%);
244244

245245
border-color: var(--clr-error-text-dark);
246246
}
@@ -303,7 +303,7 @@ a.ui-state-default:focus {
303303
left: 0;
304304
width: 100%;
305305
height: 100%;
306-
background: hsla(0, 0%, 0%, 0.66);
306+
background: hsl(0 0% 0% / 0.66);
307307
}
308308

309309

scss/modules/jquery-ui/_progressbar.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
background-image:
3737
linear-gradient(
3838
135deg,
39-
rgba(255, 255, 255, 0.33) 25%,
39+
hsl(0 0% 100% / 0.33) 25%,
4040
transparent 25%,
4141
transparent 50%,
42-
rgba(255, 255, 255, 0.33) 50%,
43-
rgba(255, 255, 255, 0.33) 75%,
42+
hsl(0 0% 100% / 0.33) 50%,
43+
hsl(0 0% 100% / 0.33) 75%,
4444
transparent 75%,
4545
transparent
4646
);
@@ -64,11 +64,11 @@
6464
background-image:
6565
linear-gradient(
6666
135deg,
67-
rgba(255, 255, 255, 0.25) 25%,
67+
hsl(0 0% 100% / 0.25) 25%,
6868
transparent 25%,
6969
transparent 50%,
70-
rgba(255, 255, 255, 0.25) 50%,
71-
rgba(255, 255, 255, 0.25) 75%,
70+
hsl(0 0% 100% / 0.25) 50%,
71+
hsl(0 0% 100% / 0.25) 75%,
7272
transparent 75%,
7373
transparent
7474
);
@@ -79,11 +79,11 @@
7979
background-image:
8080
linear-gradient(
8181
135deg,
82-
rgba(255, 255, 255, 0.33) 25%,
82+
hsl(0 0% 100% / 0.33) 25%,
8383
transparent 25%,
8484
transparent 50%,
85-
rgba(255, 255, 255, 0.33) 50%,
86-
rgba(255, 255, 255, 0.33) 75%,
85+
hsl(0 0% 100% / 0.33) 50%,
86+
hsl(0 0% 100% / 0.33) 75%,
8787
transparent 75%,
8888
transparent
8989
);
@@ -93,11 +93,11 @@
9393
background-image:
9494
linear-gradient(
9595
135deg,
96-
rgba(255, 255, 255, 0.25) 25%,
96+
hsl(0 0% 100% / 0.25) 25%,
9797
transparent 25%,
9898
transparent 50%,
99-
rgba(255, 255, 255, 0.25) 50%,
100-
rgba(255, 255, 255, 0.25) 75%,
99+
hsl(0 0% 100% / 0.25) 50%,
100+
hsl(0 0% 100% / 0.25) 75%,
101101
transparent 75%,
102102
transparent
103103
);

scss/modules/jquery-ui/_tabs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
white-space: nowrap;
9595

9696
@if not setup.$flat-theme {
97-
box-shadow: inset 0 -0.25em 0.5em hsla(0, 0%, 40%, 0.15);
97+
box-shadow: inset 0 -0.25em 0.5em hsl(0 0% 40% / 0.15);
9898
}
9999

100100
&.ui-tabs-active {
@@ -111,7 +111,7 @@
111111
@if not setup.$flat-theme {
112112
@include setup.dark-mode {
113113
.ui-tabs:not(.ui-tabs-vertical) .ui-tabs-nav li {
114-
box-shadow: inset 0 -0.25em 0.5em hsla(0, 0%, 0%, 0.3);
114+
box-shadow: inset 0 -0.25em 0.5em hsl(0 0% 0% / 0.3);
115115

116116
&.ui-tabs-active {
117117
box-shadow: none;

0 commit comments

Comments
 (0)