@utrecht/component-library-css 6.1.0 → 7.0.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/dist/html.css +7 -45
- package/dist/index.css +109 -417
- package/dist/prince-xml.css +95 -403
- package/package.json +93 -3
package/dist/html.css
CHANGED
|
@@ -1,50 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license EUPL-1.2
|
|
3
|
-
* Copyright (c)
|
|
4
|
-
|
|
5
|
-
/**
|
|
6
|
-
* @license EUPL-1.2
|
|
7
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
8
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
9
|
-
*/
|
|
10
|
-
/**
|
|
11
|
-
* @license EUPL-1.2
|
|
12
|
-
* Copyright (c) 2022 Gemeente Utrecht
|
|
13
|
-
* Copyright (c) 2022 Robbert Broersma
|
|
14
|
-
* Copyright (c) 2022 The Knights Who Say NIH! B.V.
|
|
15
|
-
*/
|
|
16
|
-
/**
|
|
17
|
-
* @license EUPL-1.2
|
|
18
|
-
* Copyright (c) 2021-2022 Frameless B.V.
|
|
19
|
-
*/
|
|
20
|
-
/**
|
|
21
|
-
* @license EUPL-1.2
|
|
22
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
23
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
24
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
25
|
-
*/
|
|
26
|
-
/**
|
|
27
|
-
* @license EUPL-1.2
|
|
28
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
29
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
30
|
-
*/
|
|
31
|
-
/**
|
|
32
|
-
* @license EUPL-1.2
|
|
33
|
-
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
34
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
35
|
-
*/
|
|
36
|
-
/**
|
|
37
|
-
* @license EUPL-1.2
|
|
38
|
-
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
39
|
-
* Copyright (c) 2020-2022 Frameless B.V.
|
|
40
|
-
*/
|
|
41
|
-
/**
|
|
42
|
-
* @license EUPL-1.2
|
|
43
|
-
* Copyright (c) 2021 Robbert Broersma
|
|
44
|
-
*/
|
|
45
|
-
/**
|
|
46
|
-
* @license EUPL-1.2
|
|
47
|
-
* Copyright (c) 2021 Gemeente Utrecht
|
|
3
|
+
* Copyright (c) 2020-2024 Frameless B.V.
|
|
4
|
+
* Copyright (c) 2021-2024 Gemeente Utrecht
|
|
48
5
|
*/
|
|
49
6
|
@charset "UTF-8";
|
|
50
7
|
.utrecht-html {
|
|
@@ -882,6 +839,11 @@
|
|
|
882
839
|
padding-inline-end: var(--utrecht-select-padding-inline-end, var(--utrecht-form-control-padding-inline-end));
|
|
883
840
|
padding-inline-start: var(--utrecht-select-padding-inline-start, var(--utrecht-form-control-padding-inline-start));
|
|
884
841
|
}
|
|
842
|
+
.utrecht-html select:hover {
|
|
843
|
+
background-color: var(--utrecht-select-hover-background-color, var(--utrecht-form-control-hover-background-color, var(--utrecht-select-background-color, var(--utrecht-form-control-background-color))));
|
|
844
|
+
border-color: var(--utrecht-select-hover-border-color, var(--utrecht-form-control-hover-border-color, var(--utrecht-select-border-color, var(--utrecht-form-control-border-color))));
|
|
845
|
+
color: var(--utrecht-select-hover-color, var(--utrecht-form-control-hover-color, var(--utrecht-select-color, var(--utrecht-form-control-color))));
|
|
846
|
+
}
|
|
885
847
|
.utrecht-html select:focus {
|
|
886
848
|
background-color: var(--utrecht-select-focus-background-color, var(--utrecht-form-control-focus-background-color, var(--utrecht-select-background-color, var(--utrecht-form-control-background-color))));
|
|
887
849
|
border-color: var(--utrecht-select-focus-border-color, var(--utrecht-form-control-focus-border-color, var(--utrecht-select-border-color, var(--utrecht-form-control-border-color))));
|