@limetech/lime-elements 36.2.0 → 36.3.0-next.1
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/cjs/limel-badge.cjs.entry.js +1 -1
- package/dist/cjs/limel-banner.cjs.entry.js +1 -1
- package/dist/cjs/limel-button-group.cjs.entry.js +1 -1
- package/dist/cjs/limel-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/limel-chip-set.cjs.entry.js +2 -2
- package/dist/cjs/limel-circular-progress_2.cjs.entry.js +2 -2
- package/dist/cjs/limel-code-editor.cjs.entry.js +1 -1
- package/dist/cjs/limel-collapsible-section.cjs.entry.js +1 -1
- package/dist/cjs/limel-color-picker-palette.cjs.entry.js +1 -1
- package/dist/cjs/limel-color-picker.cjs.entry.js +1 -1
- package/dist/cjs/limel-dialog.cjs.entry.js +1 -1
- package/dist/cjs/limel-dock-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-dock.cjs.entry.js +1 -1
- package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
- package/dist/cjs/limel-form.cjs.entry.js +1 -1
- package/dist/cjs/limel-icon-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-info-tile.cjs.entry.js +1 -1
- package/dist/cjs/limel-input-field.cjs.entry.js +1 -1
- package/dist/cjs/limel-list_2.cjs.entry.js +2 -2
- package/dist/cjs/limel-menu-list.cjs.entry.js +1 -1
- package/dist/cjs/limel-popover_4.cjs.entry.js +1 -1
- package/dist/cjs/limel-select.cjs.entry.js +1 -1
- package/dist/cjs/limel-shortcut.cjs.entry.js +1 -1
- package/dist/cjs/limel-slider.cjs.entry.js +1 -1
- package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
- package/dist/cjs/limel-spinner.cjs.entry.js +1 -1
- package/dist/cjs/limel-split-button.cjs.entry.js +1 -1
- package/dist/cjs/limel-switch.cjs.entry.js +1 -1
- package/dist/cjs/limel-tab-bar.cjs.entry.js +1 -1
- package/dist/cjs/limel-table.cjs.entry.js +1 -1
- package/dist/collection/components/badge/badge.css +5 -1
- package/dist/collection/components/banner/banner.css +5 -1
- package/dist/collection/components/button/button.css +24 -20
- package/dist/collection/components/button-group/button-group.css +18 -11
- package/dist/collection/components/checkbox/checkbox.css +20 -9
- package/dist/collection/components/chip-set/chip-set.css +32 -13
- package/dist/collection/components/chip-set/chip-set.js +1 -1
- package/dist/collection/components/circular-progress/circular-progress.css +5 -1
- package/dist/collection/components/code-editor/code-editor.css +93 -67
- package/dist/collection/components/collapsible-section/collapsible-section.css +5 -1
- package/dist/collection/components/color-picker/color-picker-palette.css +7 -504
- package/dist/collection/components/color-picker/color-picker.css +6 -2
- package/dist/collection/components/date-picker/flatpickr-adapter/flatpickr-adapter.css +29 -18
- package/dist/collection/components/dialog/dialog.css +10 -2
- package/dist/collection/components/dock/dock-button/dock-button.css +8 -5
- package/dist/collection/components/dock/dock.css +6 -2
- package/dist/collection/components/form/form.css +5 -1
- package/dist/collection/components/icon-button/icon-button.css +5 -2
- package/dist/collection/components/info-tile/info-tile.css +16 -7
- package/dist/collection/components/input-field/input-field.css +28 -11
- package/dist/collection/components/linear-progress/linear-progress.css +5 -1
- package/dist/collection/components/list/list.css +933 -43
- package/dist/collection/components/menu-list/menu-list.css +1001 -43
- package/dist/collection/components/menu-surface/menu-surface.css +1 -0
- package/dist/collection/components/popover/popover.css +1 -1
- package/dist/collection/components/popover-surface/popover-surface.css +1 -1
- package/dist/collection/components/select/select.css +17 -3
- package/dist/collection/components/shortcut/shortcut.css +6 -3
- package/dist/collection/components/slider/slider.css +11 -3
- package/dist/collection/components/snackbar/snackbar.css +10 -5
- package/dist/collection/components/spinner/spinner.css +5 -1
- package/dist/collection/components/split-button/split-button.css +5 -1
- package/dist/collection/components/switch/switch.css +50 -2
- package/dist/collection/components/tab-bar/tab-bar.css +14 -2
- package/dist/collection/components/table/table.css +73 -32
- package/dist/collection/style/_theme-color-variables.scss +5 -1
- package/dist/collection/style/color-palette-extended-light-mode-only.css +1 -1
- package/dist/collection/style/color-palette-extended.css +173 -3
- package/dist/collection/style/color-palette-primary.scss.bak +1 -1
- package/dist/collection/style/color-palette-ui.scss.bak +1 -1
- package/dist/collection/style/colors.scss +11 -13
- package/dist/collection/style/internal/shared_input-select-picker.scss +16 -0
- package/dist/collection/style/internal/z-index.scss +0 -2
- package/dist/collection/style/mixins.scss +84 -20
- package/dist/collection/style/shadows.scss +117 -27
- package/dist/esm/limel-badge.entry.js +1 -1
- package/dist/esm/limel-banner.entry.js +1 -1
- package/dist/esm/limel-button-group.entry.js +1 -1
- package/dist/esm/limel-button.entry.js +1 -1
- package/dist/esm/limel-checkbox.entry.js +1 -1
- package/dist/esm/limel-chip-set.entry.js +2 -2
- package/dist/esm/limel-circular-progress_2.entry.js +2 -2
- package/dist/esm/limel-code-editor.entry.js +1 -1
- package/dist/esm/limel-collapsible-section.entry.js +1 -1
- package/dist/esm/limel-color-picker-palette.entry.js +1 -1
- package/dist/esm/limel-color-picker.entry.js +1 -1
- package/dist/esm/limel-dialog.entry.js +1 -1
- package/dist/esm/limel-dock-button.entry.js +1 -1
- package/dist/esm/limel-dock.entry.js +1 -1
- package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
- package/dist/esm/limel-form.entry.js +1 -1
- package/dist/esm/limel-icon-button.entry.js +1 -1
- package/dist/esm/limel-info-tile.entry.js +1 -1
- package/dist/esm/limel-input-field.entry.js +1 -1
- package/dist/esm/limel-list_2.entry.js +2 -2
- package/dist/esm/limel-menu-list.entry.js +1 -1
- package/dist/esm/limel-popover_4.entry.js +1 -1
- package/dist/esm/limel-select.entry.js +1 -1
- package/dist/esm/limel-shortcut.entry.js +1 -1
- package/dist/esm/limel-slider.entry.js +1 -1
- package/dist/esm/limel-snackbar.entry.js +1 -1
- package/dist/esm/limel-spinner.entry.js +1 -1
- package/dist/esm/limel-split-button.entry.js +1 -1
- package/dist/esm/limel-switch.entry.js +1 -1
- package/dist/esm/limel-tab-bar.entry.js +1 -1
- package/dist/esm/limel-table.entry.js +1 -1
- package/dist/lime-elements/lime-elements.css +15 -19
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/p-029360c8.entry.js +1 -0
- package/dist/lime-elements/{p-21058db5.entry.js → p-05d88196.entry.js} +2 -2
- package/dist/lime-elements/{p-9984b31c.entry.js → p-0bf916a0.entry.js} +1 -1
- package/dist/lime-elements/p-2f2ea041.entry.js +1 -0
- package/dist/lime-elements/p-31c9c5b9.entry.js +82 -0
- package/dist/lime-elements/{p-6534e16a.entry.js → p-405207fa.entry.js} +1 -1
- package/dist/lime-elements/p-524bd0cc.entry.js +1 -0
- package/dist/lime-elements/p-52e18d94.entry.js +1 -0
- package/dist/lime-elements/p-5409b92f.entry.js +1 -0
- package/dist/lime-elements/{p-768b7cbb.entry.js → p-61b3352f.entry.js} +1 -1
- package/dist/lime-elements/p-65a3be2c.entry.js +1 -0
- package/dist/lime-elements/{p-e7bb664f.entry.js → p-6784c5c3.entry.js} +1 -1
- package/dist/lime-elements/p-864db270.entry.js +126 -0
- package/dist/lime-elements/p-8ca53aa2.entry.js +1 -0
- package/dist/lime-elements/{p-600464a9.entry.js → p-91604294.entry.js} +1 -1
- package/dist/lime-elements/{p-059e0a64.entry.js → p-934456bc.entry.js} +1 -1
- package/dist/lime-elements/{p-5bd9b025.entry.js → p-a0c78744.entry.js} +3 -3
- package/dist/lime-elements/{p-16eb9071.entry.js → p-a8d38277.entry.js} +1 -1
- package/dist/lime-elements/p-a94e949f.entry.js +82 -0
- package/dist/lime-elements/{p-8ab597a8.entry.js → p-b079fc71.entry.js} +1 -1
- package/dist/lime-elements/{p-5f29f099.entry.js → p-be2b7486.entry.js} +2 -2
- package/dist/lime-elements/p-bf3d6097.entry.js +1 -0
- package/dist/lime-elements/p-c234a991.entry.js +37 -0
- package/dist/lime-elements/p-c6c37de3.entry.js +1 -0
- package/dist/lime-elements/p-cc9f89a9.entry.js +1 -0
- package/dist/lime-elements/p-d2d6123c.entry.js +1 -0
- package/dist/lime-elements/{p-15ca0d70.entry.js → p-d379f4d6.entry.js} +1 -1
- package/dist/lime-elements/{p-e1ab52f4.entry.js → p-d9c96100.entry.js} +1 -1
- package/dist/lime-elements/{p-8fb83e83.entry.js → p-e5213a54.entry.js} +4 -4
- package/dist/lime-elements/p-e6a11b73.entry.js +1 -0
- package/dist/lime-elements/p-eed2a202.entry.js +73 -0
- package/dist/lime-elements/style/_theme-color-variables.scss +5 -1
- package/dist/lime-elements/style/color-palette-extended-light-mode-only.css +1 -1
- package/dist/lime-elements/style/color-palette-extended.css +173 -3
- package/dist/lime-elements/style/color-palette-primary.scss.bak +1 -1
- package/dist/lime-elements/style/color-palette-ui.scss.bak +1 -1
- package/dist/lime-elements/style/colors.scss +11 -13
- package/dist/lime-elements/style/internal/shared_input-select-picker.scss +16 -0
- package/dist/lime-elements/style/internal/z-index.scss +0 -2
- package/dist/lime-elements/style/mixins.scss +84 -20
- package/dist/lime-elements/style/shadows.scss +117 -27
- package/package.json +5 -5
- package/dist/lime-elements/p-12a7453b.entry.js +0 -73
- package/dist/lime-elements/p-15c2eb16.entry.js +0 -1
- package/dist/lime-elements/p-37fe095f.entry.js +0 -1
- package/dist/lime-elements/p-4eda8b67.entry.js +0 -82
- package/dist/lime-elements/p-4fc38050.entry.js +0 -1
- package/dist/lime-elements/p-5ce60a32.entry.js +0 -126
- package/dist/lime-elements/p-6a4a5ddd.entry.js +0 -1
- package/dist/lime-elements/p-738aedc1.entry.js +0 -1
- package/dist/lime-elements/p-8a5a6ac9.entry.js +0 -1
- package/dist/lime-elements/p-c90fc327.entry.js +0 -82
- package/dist/lime-elements/p-d8e5a9ee.entry.js +0 -1
- package/dist/lime-elements/p-dc030055.entry.js +0 -1
- package/dist/lime-elements/p-de161bb5.entry.js +0 -1
- package/dist/lime-elements/p-e4bca82b.entry.js +0 -1
- package/dist/lime-elements/p-e6f84d68.entry.js +0 -1
- package/dist/lime-elements/p-e88f7922.entry.js +0 -1
- package/dist/lime-elements/p-fa0d0733.entry.js +0 -37
|
@@ -50,6 +50,849 @@
|
|
|
50
50
|
--lime-text-secondary-on-background-color,
|
|
51
51
|
rgba(var(--contrast-1700), 0.54)
|
|
52
52
|
);
|
|
53
|
+
--mdc-theme-error: var(
|
|
54
|
+
--lime-error-background-color,
|
|
55
|
+
rgb(var(--color-red-dark))
|
|
56
|
+
);
|
|
57
|
+
--lime-error-text-color: rgb(var(--color-red-darker));
|
|
58
|
+
--mdc-theme-surface: var(
|
|
59
|
+
--lime-surface-background-color,
|
|
60
|
+
rgb(var(--contrast-100))
|
|
61
|
+
);
|
|
62
|
+
--mdc-theme-on-surface: var(
|
|
63
|
+
--lime-on-surface-color,
|
|
64
|
+
rgb(var(--contrast-1500))
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* @prop --checkbox-unchecked-border-color: Affects the border color of the default state of the checkbox (when it is not checked). Defaults to `--contrast-900`.
|
|
70
|
+
*/
|
|
71
|
+
:host(limel-checkbox) {
|
|
72
|
+
--mdc-checkbox-checked-color: var(--mdc-theme-primary);
|
|
73
|
+
--mdc-checkbox-unchecked-color: var(
|
|
74
|
+
--checkbox-unchecked-border-color,
|
|
75
|
+
rgb(var(--contrast-900))
|
|
76
|
+
);
|
|
77
|
+
--lime-checkbox-unchecked-color: rgb(var(--contrast-300));
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.mdc-checkbox {
|
|
81
|
+
padding: calc((40px - 18px) / 2);
|
|
82
|
+
/* @alternate */
|
|
83
|
+
padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
|
|
84
|
+
margin: calc((40px - 40px) / 2);
|
|
85
|
+
/* @alternate */
|
|
86
|
+
margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
|
|
87
|
+
}
|
|
88
|
+
.mdc-checkbox .mdc-checkbox__ripple::before, .mdc-checkbox .mdc-checkbox__ripple::after {
|
|
89
|
+
background-color: #000;
|
|
90
|
+
/* @alternate */
|
|
91
|
+
background-color: var(--mdc-ripple-color, #000);
|
|
92
|
+
}
|
|
93
|
+
.mdc-checkbox:hover .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
|
|
94
|
+
opacity: 0.04;
|
|
95
|
+
/* @alternate */
|
|
96
|
+
opacity: var(--mdc-ripple-hover-opacity, 0.04);
|
|
97
|
+
}
|
|
98
|
+
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
|
|
99
|
+
transition-duration: 75ms;
|
|
100
|
+
opacity: 0.12;
|
|
101
|
+
/* @alternate */
|
|
102
|
+
opacity: var(--mdc-ripple-focus-opacity, 0.12);
|
|
103
|
+
}
|
|
104
|
+
.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
|
|
105
|
+
transition: opacity 150ms linear;
|
|
106
|
+
}
|
|
107
|
+
.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
|
|
108
|
+
transition-duration: 75ms;
|
|
109
|
+
opacity: 0.12;
|
|
110
|
+
/* @alternate */
|
|
111
|
+
opacity: var(--mdc-ripple-press-opacity, 0.12);
|
|
112
|
+
}
|
|
113
|
+
.mdc-checkbox.mdc-ripple-upgraded {
|
|
114
|
+
--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
|
|
115
|
+
}
|
|
116
|
+
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
|
|
117
|
+
background-color: #575756;
|
|
118
|
+
/* @alternate */
|
|
119
|
+
background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #575756));
|
|
120
|
+
}
|
|
121
|
+
.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
|
|
122
|
+
opacity: 0.04;
|
|
123
|
+
/* @alternate */
|
|
124
|
+
opacity: var(--mdc-ripple-hover-opacity, 0.04);
|
|
125
|
+
}
|
|
126
|
+
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before, .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
|
|
127
|
+
transition-duration: 75ms;
|
|
128
|
+
opacity: 0.12;
|
|
129
|
+
/* @alternate */
|
|
130
|
+
opacity: var(--mdc-ripple-focus-opacity, 0.12);
|
|
131
|
+
}
|
|
132
|
+
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
|
|
133
|
+
transition: opacity 150ms linear;
|
|
134
|
+
}
|
|
135
|
+
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
|
|
136
|
+
transition-duration: 75ms;
|
|
137
|
+
opacity: 0.12;
|
|
138
|
+
/* @alternate */
|
|
139
|
+
opacity: var(--mdc-ripple-press-opacity, 0.12);
|
|
140
|
+
}
|
|
141
|
+
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
|
|
142
|
+
--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
|
|
143
|
+
}
|
|
144
|
+
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::before,
|
|
145
|
+
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple::after {
|
|
146
|
+
background-color: #575756;
|
|
147
|
+
/* @alternate */
|
|
148
|
+
background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #575756));
|
|
149
|
+
}
|
|
150
|
+
.mdc-checkbox .mdc-checkbox__background {
|
|
151
|
+
top: calc((40px - 18px) / 2);
|
|
152
|
+
/* @alternate */
|
|
153
|
+
top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
|
|
154
|
+
left: calc((40px - 18px) / 2);
|
|
155
|
+
/* @alternate */
|
|
156
|
+
left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
|
|
157
|
+
}
|
|
158
|
+
.mdc-checkbox .mdc-checkbox__native-control {
|
|
159
|
+
top: calc((40px - 40px) / 2);
|
|
160
|
+
/* @alternate */
|
|
161
|
+
top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
|
|
162
|
+
right: calc((40px - 40px) / 2);
|
|
163
|
+
/* @alternate */
|
|
164
|
+
right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
|
|
165
|
+
left: calc((40px - 40px) / 2);
|
|
166
|
+
/* @alternate */
|
|
167
|
+
left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
|
|
168
|
+
width: 40px;
|
|
169
|
+
/* @alternate */
|
|
170
|
+
width: var(--mdc-checkbox-touch-target-size, 40px);
|
|
171
|
+
height: 40px;
|
|
172
|
+
/* @alternate */
|
|
173
|
+
height: var(--mdc-checkbox-touch-target-size, 40px);
|
|
174
|
+
}
|
|
175
|
+
.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
|
|
176
|
+
border-color: rgba(0, 0, 0, 0.54);
|
|
177
|
+
/* @alternate */
|
|
178
|
+
border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
|
|
179
|
+
background-color: transparent;
|
|
180
|
+
}
|
|
181
|
+
.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
|
|
182
|
+
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
|
|
183
|
+
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true]:enabled ~ .mdc-checkbox__background {
|
|
184
|
+
border-color: #575756;
|
|
185
|
+
/* @alternate */
|
|
186
|
+
border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
|
|
187
|
+
background-color: #575756;
|
|
188
|
+
/* @alternate */
|
|
189
|
+
background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
|
|
190
|
+
}
|
|
191
|
+
@keyframes mdc-checkbox-fade-in-background-8A000000FF57575600000000FF575756 {
|
|
192
|
+
0% {
|
|
193
|
+
border-color: rgba(0, 0, 0, 0.54);
|
|
194
|
+
/* @alternate */
|
|
195
|
+
border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
|
|
196
|
+
background-color: transparent;
|
|
197
|
+
}
|
|
198
|
+
50% {
|
|
199
|
+
border-color: #575756;
|
|
200
|
+
/* @alternate */
|
|
201
|
+
border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
|
|
202
|
+
background-color: #575756;
|
|
203
|
+
/* @alternate */
|
|
204
|
+
background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
@keyframes mdc-checkbox-fade-out-background-8A000000FF57575600000000FF575756 {
|
|
208
|
+
0%, 80% {
|
|
209
|
+
border-color: #575756;
|
|
210
|
+
/* @alternate */
|
|
211
|
+
border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
|
|
212
|
+
background-color: #575756;
|
|
213
|
+
/* @alternate */
|
|
214
|
+
background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #575756));
|
|
215
|
+
}
|
|
216
|
+
100% {
|
|
217
|
+
border-color: rgba(0, 0, 0, 0.54);
|
|
218
|
+
/* @alternate */
|
|
219
|
+
border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
|
|
220
|
+
background-color: transparent;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
.mdc-checkbox.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
|
|
224
|
+
animation-name: mdc-checkbox-fade-in-background-8A000000FF57575600000000FF575756;
|
|
225
|
+
}
|
|
226
|
+
.mdc-checkbox.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
|
|
227
|
+
animation-name: mdc-checkbox-fade-out-background-8A000000FF57575600000000FF575756;
|
|
228
|
+
}
|
|
229
|
+
.mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
|
|
230
|
+
border-color: rgba(0, 0, 0, 0.38);
|
|
231
|
+
/* @alternate */
|
|
232
|
+
border-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
|
|
233
|
+
background-color: transparent;
|
|
234
|
+
}
|
|
235
|
+
.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
|
|
236
|
+
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
|
|
237
|
+
.mdc-checkbox .mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
|
|
238
|
+
border-color: transparent;
|
|
239
|
+
background-color: rgba(0, 0, 0, 0.38);
|
|
240
|
+
/* @alternate */
|
|
241
|
+
background-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
|
|
242
|
+
}
|
|
243
|
+
.mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
|
|
244
|
+
color: #fff;
|
|
245
|
+
/* @alternate */
|
|
246
|
+
color: var(--mdc-checkbox-ink-color, #fff);
|
|
247
|
+
}
|
|
248
|
+
.mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
|
|
249
|
+
border-color: #fff;
|
|
250
|
+
/* @alternate */
|
|
251
|
+
border-color: var(--mdc-checkbox-ink-color, #fff);
|
|
252
|
+
}
|
|
253
|
+
.mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
|
|
254
|
+
color: #fff;
|
|
255
|
+
/* @alternate */
|
|
256
|
+
color: var(--mdc-checkbox-ink-color, #fff);
|
|
257
|
+
}
|
|
258
|
+
.mdc-checkbox .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
|
|
259
|
+
border-color: #fff;
|
|
260
|
+
/* @alternate */
|
|
261
|
+
border-color: var(--mdc-checkbox-ink-color, #fff);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.mdc-touch-target-wrapper {
|
|
265
|
+
display: inline;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
|
|
269
|
+
0%, 50% {
|
|
270
|
+
stroke-dashoffset: 29.7833385;
|
|
271
|
+
}
|
|
272
|
+
50% {
|
|
273
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
274
|
+
}
|
|
275
|
+
100% {
|
|
276
|
+
stroke-dashoffset: 0;
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
|
|
280
|
+
0%, 68.2% {
|
|
281
|
+
transform: scaleX(0);
|
|
282
|
+
}
|
|
283
|
+
68.2% {
|
|
284
|
+
animation-timing-function: cubic-bezier(0, 0, 0, 1);
|
|
285
|
+
}
|
|
286
|
+
100% {
|
|
287
|
+
transform: scaleX(1);
|
|
288
|
+
}
|
|
289
|
+
}
|
|
290
|
+
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
|
|
291
|
+
from {
|
|
292
|
+
animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
|
|
293
|
+
opacity: 1;
|
|
294
|
+
stroke-dashoffset: 0;
|
|
295
|
+
}
|
|
296
|
+
to {
|
|
297
|
+
opacity: 0;
|
|
298
|
+
stroke-dashoffset: -29.7833385;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
|
|
302
|
+
from {
|
|
303
|
+
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
304
|
+
transform: rotate(0deg);
|
|
305
|
+
opacity: 1;
|
|
306
|
+
}
|
|
307
|
+
to {
|
|
308
|
+
transform: rotate(45deg);
|
|
309
|
+
opacity: 0;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
|
|
313
|
+
from {
|
|
314
|
+
animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
|
|
315
|
+
transform: rotate(45deg);
|
|
316
|
+
opacity: 0;
|
|
317
|
+
}
|
|
318
|
+
to {
|
|
319
|
+
transform: rotate(360deg);
|
|
320
|
+
opacity: 1;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
|
|
324
|
+
from {
|
|
325
|
+
animation-timing-function: mdc-animation-deceleration-curve-timing-function;
|
|
326
|
+
transform: rotate(-45deg);
|
|
327
|
+
opacity: 0;
|
|
328
|
+
}
|
|
329
|
+
to {
|
|
330
|
+
transform: rotate(0deg);
|
|
331
|
+
opacity: 1;
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
|
|
335
|
+
from {
|
|
336
|
+
animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
|
|
337
|
+
transform: rotate(0deg);
|
|
338
|
+
opacity: 1;
|
|
339
|
+
}
|
|
340
|
+
to {
|
|
341
|
+
transform: rotate(315deg);
|
|
342
|
+
opacity: 0;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
|
|
346
|
+
0% {
|
|
347
|
+
animation-timing-function: linear;
|
|
348
|
+
transform: scaleX(1);
|
|
349
|
+
opacity: 1;
|
|
350
|
+
}
|
|
351
|
+
32.8%, 100% {
|
|
352
|
+
transform: scaleX(0);
|
|
353
|
+
opacity: 0;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
.mdc-checkbox {
|
|
357
|
+
display: inline-block;
|
|
358
|
+
position: relative;
|
|
359
|
+
flex: 0 0 18px;
|
|
360
|
+
box-sizing: content-box;
|
|
361
|
+
width: 18px;
|
|
362
|
+
height: 18px;
|
|
363
|
+
line-height: 0;
|
|
364
|
+
white-space: nowrap;
|
|
365
|
+
cursor: pointer;
|
|
366
|
+
vertical-align: bottom;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
|
|
370
|
+
.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
|
|
371
|
+
border-color: GrayText;
|
|
372
|
+
/* @alternate */
|
|
373
|
+
border-color: var(--mdc-checkbox-disabled-color, GrayText);
|
|
374
|
+
background-color: transparent;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
|
|
378
|
+
.mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
|
|
379
|
+
.mdc-checkbox__native-control[data-indeterminate=true][disabled] ~ .mdc-checkbox__background {
|
|
380
|
+
border-color: GrayText;
|
|
381
|
+
background-color: transparent;
|
|
382
|
+
/* @alternate */
|
|
383
|
+
background-color: var(--mdc-checkbox-disabled-color, transparent);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
|
|
387
|
+
color: GrayText;
|
|
388
|
+
/* @alternate */
|
|
389
|
+
color: var(--mdc-checkbox-ink-color, GrayText);
|
|
390
|
+
}
|
|
391
|
+
.mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
|
|
392
|
+
border-color: GrayText;
|
|
393
|
+
/* @alternate */
|
|
394
|
+
border-color: var(--mdc-checkbox-ink-color, GrayText);
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
.mdc-checkbox__mixedmark {
|
|
398
|
+
margin: 0 1px;
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
.mdc-checkbox--disabled {
|
|
402
|
+
cursor: default;
|
|
403
|
+
pointer-events: none;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.mdc-checkbox__background {
|
|
407
|
+
display: inline-flex;
|
|
408
|
+
position: absolute;
|
|
409
|
+
align-items: center;
|
|
410
|
+
justify-content: center;
|
|
411
|
+
box-sizing: border-box;
|
|
412
|
+
width: 18px;
|
|
413
|
+
height: 18px;
|
|
414
|
+
border: 2px solid currentColor;
|
|
415
|
+
border-radius: 2px;
|
|
416
|
+
background-color: transparent;
|
|
417
|
+
pointer-events: none;
|
|
418
|
+
will-change: background-color, border-color;
|
|
419
|
+
transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.mdc-checkbox__checkmark {
|
|
423
|
+
position: absolute;
|
|
424
|
+
top: 0;
|
|
425
|
+
right: 0;
|
|
426
|
+
bottom: 0;
|
|
427
|
+
left: 0;
|
|
428
|
+
width: 100%;
|
|
429
|
+
opacity: 0;
|
|
430
|
+
transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
431
|
+
}
|
|
432
|
+
.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
|
|
433
|
+
opacity: 1;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.mdc-checkbox__checkmark-path {
|
|
437
|
+
transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
438
|
+
stroke: currentColor;
|
|
439
|
+
stroke-width: 3.12px;
|
|
440
|
+
stroke-dashoffset: 29.7833385;
|
|
441
|
+
stroke-dasharray: 29.7833385;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.mdc-checkbox__mixedmark {
|
|
445
|
+
width: 100%;
|
|
446
|
+
height: 0;
|
|
447
|
+
transform: scaleX(0) rotate(0deg);
|
|
448
|
+
border-width: 1px;
|
|
449
|
+
border-style: solid;
|
|
450
|
+
opacity: 0;
|
|
451
|
+
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background, .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
|
|
455
|
+
animation-duration: 180ms;
|
|
456
|
+
animation-timing-function: linear;
|
|
457
|
+
}
|
|
458
|
+
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
|
|
459
|
+
animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
|
|
460
|
+
transition: none;
|
|
461
|
+
}
|
|
462
|
+
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
|
|
463
|
+
animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
|
|
464
|
+
transition: none;
|
|
465
|
+
}
|
|
466
|
+
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
|
|
467
|
+
animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
|
|
468
|
+
transition: none;
|
|
469
|
+
}
|
|
470
|
+
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
|
|
471
|
+
animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
|
|
472
|
+
transition: none;
|
|
473
|
+
}
|
|
474
|
+
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
|
|
475
|
+
animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
|
|
476
|
+
transition: none;
|
|
477
|
+
}
|
|
478
|
+
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
|
|
479
|
+
animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
|
|
480
|
+
transition: none;
|
|
481
|
+
}
|
|
482
|
+
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
|
|
483
|
+
animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
|
|
484
|
+
transition: none;
|
|
485
|
+
}
|
|
486
|
+
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
|
|
487
|
+
animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
|
|
488
|
+
transition: none;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
|
|
492
|
+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
|
|
493
|
+
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background {
|
|
494
|
+
transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
|
495
|
+
}
|
|
496
|
+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
|
|
497
|
+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
|
|
498
|
+
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
|
|
499
|
+
stroke-dashoffset: 0;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.mdc-checkbox__native-control {
|
|
503
|
+
position: absolute;
|
|
504
|
+
margin: 0;
|
|
505
|
+
padding: 0;
|
|
506
|
+
opacity: 0;
|
|
507
|
+
cursor: inherit;
|
|
508
|
+
}
|
|
509
|
+
.mdc-checkbox__native-control:disabled {
|
|
510
|
+
cursor: default;
|
|
511
|
+
pointer-events: none;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.mdc-checkbox--touch {
|
|
515
|
+
margin: calc((48px - 40px) / 2);
|
|
516
|
+
/* @alternate */
|
|
517
|
+
margin: calc((var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2);
|
|
518
|
+
}
|
|
519
|
+
.mdc-checkbox--touch .mdc-checkbox__native-control {
|
|
520
|
+
top: calc((40px - 48px) / 2);
|
|
521
|
+
/* @alternate */
|
|
522
|
+
top: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
|
|
523
|
+
right: calc((40px - 48px) / 2);
|
|
524
|
+
/* @alternate */
|
|
525
|
+
right: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
|
|
526
|
+
left: calc((40px - 48px) / 2);
|
|
527
|
+
/* @alternate */
|
|
528
|
+
left: calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2);
|
|
529
|
+
width: 48px;
|
|
530
|
+
/* @alternate */
|
|
531
|
+
width: var(--mdc-checkbox-state-layer-size, 48px);
|
|
532
|
+
height: 48px;
|
|
533
|
+
/* @alternate */
|
|
534
|
+
height: var(--mdc-checkbox-state-layer-size, 48px);
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
|
|
538
|
+
transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
|
|
539
|
+
opacity: 1;
|
|
540
|
+
}
|
|
541
|
+
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
|
|
542
|
+
transform: scaleX(1) rotate(-45deg);
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
|
|
546
|
+
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
|
|
547
|
+
transform: rotate(45deg);
|
|
548
|
+
opacity: 0;
|
|
549
|
+
transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
|
|
550
|
+
}
|
|
551
|
+
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
|
|
552
|
+
.mdc-checkbox__native-control[data-indeterminate=true] ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
|
|
553
|
+
transform: scaleX(1) rotate(0deg);
|
|
554
|
+
opacity: 1;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,
|
|
558
|
+
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
|
|
559
|
+
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
|
|
560
|
+
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
|
|
561
|
+
transition: none;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
@keyframes mdc-ripple-fg-radius-in {
|
|
565
|
+
from {
|
|
566
|
+
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
567
|
+
transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
|
|
568
|
+
}
|
|
569
|
+
to {
|
|
570
|
+
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
@keyframes mdc-ripple-fg-opacity-in {
|
|
574
|
+
from {
|
|
575
|
+
animation-timing-function: linear;
|
|
576
|
+
opacity: 0;
|
|
577
|
+
}
|
|
578
|
+
to {
|
|
579
|
+
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
@keyframes mdc-ripple-fg-opacity-out {
|
|
583
|
+
from {
|
|
584
|
+
animation-timing-function: linear;
|
|
585
|
+
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
586
|
+
}
|
|
587
|
+
to {
|
|
588
|
+
opacity: 0;
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
.mdc-checkbox {
|
|
592
|
+
--mdc-ripple-fg-size: 0;
|
|
593
|
+
--mdc-ripple-left: 0;
|
|
594
|
+
--mdc-ripple-top: 0;
|
|
595
|
+
--mdc-ripple-fg-scale: 1;
|
|
596
|
+
--mdc-ripple-fg-translate-end: 0;
|
|
597
|
+
--mdc-ripple-fg-translate-start: 0;
|
|
598
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
599
|
+
will-change: transform, opacity;
|
|
600
|
+
}
|
|
601
|
+
.mdc-checkbox .mdc-checkbox__ripple::before,
|
|
602
|
+
.mdc-checkbox .mdc-checkbox__ripple::after {
|
|
603
|
+
position: absolute;
|
|
604
|
+
border-radius: 50%;
|
|
605
|
+
opacity: 0;
|
|
606
|
+
pointer-events: none;
|
|
607
|
+
content: "";
|
|
608
|
+
}
|
|
609
|
+
.mdc-checkbox .mdc-checkbox__ripple::before {
|
|
610
|
+
transition: opacity 15ms linear, background-color 15ms linear;
|
|
611
|
+
z-index: 1;
|
|
612
|
+
/* @alternate */
|
|
613
|
+
z-index: var(--mdc-ripple-z-index, 1);
|
|
614
|
+
}
|
|
615
|
+
.mdc-checkbox .mdc-checkbox__ripple::after {
|
|
616
|
+
z-index: 0;
|
|
617
|
+
/* @alternate */
|
|
618
|
+
z-index: var(--mdc-ripple-z-index, 0);
|
|
619
|
+
}
|
|
620
|
+
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
|
|
621
|
+
transform: scale(var(--mdc-ripple-fg-scale, 1));
|
|
622
|
+
}
|
|
623
|
+
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
|
|
624
|
+
top: 0;
|
|
625
|
+
/* @noflip */
|
|
626
|
+
/*rtl:ignore*/
|
|
627
|
+
left: 0;
|
|
628
|
+
transform: scale(0);
|
|
629
|
+
transform-origin: center center;
|
|
630
|
+
}
|
|
631
|
+
.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
|
|
632
|
+
top: var(--mdc-ripple-top, 0);
|
|
633
|
+
/* @noflip */
|
|
634
|
+
/*rtl:ignore*/
|
|
635
|
+
left: var(--mdc-ripple-left, 0);
|
|
636
|
+
}
|
|
637
|
+
.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
|
|
638
|
+
animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
|
|
639
|
+
}
|
|
640
|
+
.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
|
|
641
|
+
animation: mdc-ripple-fg-opacity-out 150ms;
|
|
642
|
+
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
|
|
643
|
+
}
|
|
644
|
+
.mdc-checkbox .mdc-checkbox__ripple::before,
|
|
645
|
+
.mdc-checkbox .mdc-checkbox__ripple::after {
|
|
646
|
+
top: calc(50% - 50%);
|
|
647
|
+
/* @noflip */
|
|
648
|
+
/*rtl:ignore*/
|
|
649
|
+
left: calc(50% - 50%);
|
|
650
|
+
width: 100%;
|
|
651
|
+
height: 100%;
|
|
652
|
+
}
|
|
653
|
+
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
|
|
654
|
+
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
|
|
655
|
+
top: var(--mdc-ripple-top, calc(50% - 50%));
|
|
656
|
+
/* @noflip */
|
|
657
|
+
/*rtl:ignore*/
|
|
658
|
+
left: var(--mdc-ripple-left, calc(50% - 50%));
|
|
659
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
660
|
+
height: var(--mdc-ripple-fg-size, 100%);
|
|
661
|
+
}
|
|
662
|
+
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
|
|
663
|
+
width: var(--mdc-ripple-fg-size, 100%);
|
|
664
|
+
height: var(--mdc-ripple-fg-size, 100%);
|
|
665
|
+
}
|
|
666
|
+
.mdc-checkbox {
|
|
667
|
+
z-index: 0;
|
|
668
|
+
}
|
|
669
|
+
.mdc-checkbox .mdc-checkbox__ripple::before,
|
|
670
|
+
.mdc-checkbox .mdc-checkbox__ripple::after {
|
|
671
|
+
z-index: -1;
|
|
672
|
+
/* @alternate */
|
|
673
|
+
z-index: var(--mdc-ripple-z-index, -1);
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.mdc-checkbox__ripple {
|
|
677
|
+
position: absolute;
|
|
678
|
+
top: 0;
|
|
679
|
+
left: 0;
|
|
680
|
+
width: 100%;
|
|
681
|
+
height: 100%;
|
|
682
|
+
pointer-events: none;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.mdc-form-field {
|
|
686
|
+
-moz-osx-font-smoothing: grayscale;
|
|
687
|
+
-webkit-font-smoothing: antialiased;
|
|
688
|
+
font-family: Roboto, sans-serif;
|
|
689
|
+
/* @alternate */
|
|
690
|
+
font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
|
|
691
|
+
font-size: 0.8125rem;
|
|
692
|
+
/* @alternate */
|
|
693
|
+
font-size: var(--mdc-typography-body2-font-size, 0.8125rem);
|
|
694
|
+
line-height: 1.625rem;
|
|
695
|
+
/* @alternate */
|
|
696
|
+
line-height: var(--mdc-typography-body2-line-height, 1.625rem);
|
|
697
|
+
font-weight: 400;
|
|
698
|
+
/* @alternate */
|
|
699
|
+
font-weight: var(--mdc-typography-body2-font-weight, 400);
|
|
700
|
+
letter-spacing: 0.0178571429em;
|
|
701
|
+
/* @alternate */
|
|
702
|
+
letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
|
|
703
|
+
text-decoration: inherit;
|
|
704
|
+
/* @alternate */
|
|
705
|
+
text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
|
|
706
|
+
text-transform: inherit;
|
|
707
|
+
/* @alternate */
|
|
708
|
+
text-transform: var(--mdc-typography-body2-text-transform, inherit);
|
|
709
|
+
color: rgba(0, 0, 0, 0.87);
|
|
710
|
+
/* @alternate */
|
|
711
|
+
color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
|
|
712
|
+
display: inline-flex;
|
|
713
|
+
align-items: center;
|
|
714
|
+
vertical-align: middle;
|
|
715
|
+
}
|
|
716
|
+
.mdc-form-field > label {
|
|
717
|
+
/* @noflip */
|
|
718
|
+
/*rtl:ignore*/
|
|
719
|
+
margin-left: 0;
|
|
720
|
+
/* @noflip */
|
|
721
|
+
/*rtl:ignore*/
|
|
722
|
+
margin-right: auto;
|
|
723
|
+
/* @noflip */
|
|
724
|
+
/*rtl:ignore*/
|
|
725
|
+
padding-left: 4px;
|
|
726
|
+
/* @noflip */
|
|
727
|
+
/*rtl:ignore*/
|
|
728
|
+
padding-right: 0;
|
|
729
|
+
order: 0;
|
|
730
|
+
}
|
|
731
|
+
[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
|
|
732
|
+
/*rtl:begin:ignore*/
|
|
733
|
+
/* @noflip */
|
|
734
|
+
/*rtl:ignore*/
|
|
735
|
+
margin-left: auto;
|
|
736
|
+
/* @noflip */
|
|
737
|
+
/*rtl:ignore*/
|
|
738
|
+
margin-right: 0;
|
|
739
|
+
/*rtl:end:ignore*/
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
[dir=rtl] .mdc-form-field > label, .mdc-form-field > label[dir=rtl] {
|
|
743
|
+
/*rtl:begin:ignore*/
|
|
744
|
+
/* @noflip */
|
|
745
|
+
/*rtl:ignore*/
|
|
746
|
+
padding-left: 0;
|
|
747
|
+
/* @noflip */
|
|
748
|
+
/*rtl:ignore*/
|
|
749
|
+
padding-right: 4px;
|
|
750
|
+
/*rtl:end:ignore*/
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
.mdc-form-field--nowrap > label {
|
|
754
|
+
text-overflow: ellipsis;
|
|
755
|
+
overflow: hidden;
|
|
756
|
+
white-space: nowrap;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.mdc-form-field--align-end > label {
|
|
760
|
+
/* @noflip */
|
|
761
|
+
/*rtl:ignore*/
|
|
762
|
+
margin-left: auto;
|
|
763
|
+
/* @noflip */
|
|
764
|
+
/*rtl:ignore*/
|
|
765
|
+
margin-right: 0;
|
|
766
|
+
/* @noflip */
|
|
767
|
+
/*rtl:ignore*/
|
|
768
|
+
padding-left: 0;
|
|
769
|
+
/* @noflip */
|
|
770
|
+
/*rtl:ignore*/
|
|
771
|
+
padding-right: 4px;
|
|
772
|
+
order: -1;
|
|
773
|
+
}
|
|
774
|
+
[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
|
|
775
|
+
/*rtl:begin:ignore*/
|
|
776
|
+
/* @noflip */
|
|
777
|
+
/*rtl:ignore*/
|
|
778
|
+
margin-left: 0;
|
|
779
|
+
/* @noflip */
|
|
780
|
+
/*rtl:ignore*/
|
|
781
|
+
margin-right: auto;
|
|
782
|
+
/*rtl:end:ignore*/
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
[dir=rtl] .mdc-form-field--align-end > label, .mdc-form-field--align-end > label[dir=rtl] {
|
|
786
|
+
/*rtl:begin:ignore*/
|
|
787
|
+
/* @noflip */
|
|
788
|
+
/*rtl:ignore*/
|
|
789
|
+
padding-left: 4px;
|
|
790
|
+
/* @noflip */
|
|
791
|
+
/*rtl:ignore*/
|
|
792
|
+
padding-right: 0;
|
|
793
|
+
/*rtl:end:ignore*/
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
.mdc-form-field--space-between {
|
|
797
|
+
justify-content: space-between;
|
|
798
|
+
}
|
|
799
|
+
.mdc-form-field--space-between > label {
|
|
800
|
+
margin: 0;
|
|
801
|
+
}
|
|
802
|
+
[dir=rtl] .mdc-form-field--space-between > label, .mdc-form-field--space-between > label[dir=rtl] {
|
|
803
|
+
/*rtl:begin:ignore*/
|
|
804
|
+
margin: 0;
|
|
805
|
+
/*rtl:end:ignore*/
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
.mdc-form-field {
|
|
809
|
+
display: flex;
|
|
810
|
+
}
|
|
811
|
+
.mdc-form-field .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background, .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
|
|
812
|
+
background-color: var(--lime-checkbox-unchecked-color);
|
|
813
|
+
}
|
|
814
|
+
.mdc-form-field .mdc-checkbox.mdc-checkbox--invalid .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
|
|
815
|
+
border-color: var(--lime-error-text-color);
|
|
816
|
+
}
|
|
817
|
+
.mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:focus-visible + .mdc-checkbox__background:after {
|
|
818
|
+
content: "";
|
|
819
|
+
display: block;
|
|
820
|
+
position: absolute;
|
|
821
|
+
inset: -0.25rem;
|
|
822
|
+
border-radius: 0.25rem;
|
|
823
|
+
box-shadow: var(--shadow-depth-8-focused);
|
|
824
|
+
}
|
|
825
|
+
.mdc-form-field .mdc-checkbox--disabled {
|
|
826
|
+
opacity: 0.5;
|
|
827
|
+
}
|
|
828
|
+
.mdc-form-field label {
|
|
829
|
+
cursor: pointer;
|
|
830
|
+
line-height: normal;
|
|
831
|
+
padding-left: 0;
|
|
832
|
+
}
|
|
833
|
+
.mdc-form-field label.mdc-checkbox--required::after {
|
|
834
|
+
margin-left: 0.0625rem;
|
|
835
|
+
content: "*";
|
|
836
|
+
}
|
|
837
|
+
.mdc-form-field label.mdc-checkbox--invalid {
|
|
838
|
+
color: var(--lime-error-text-color);
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
/*
|
|
842
|
+
* This file is imported into every component!
|
|
843
|
+
*
|
|
844
|
+
* Nothing in this file may output any CSS
|
|
845
|
+
* without being explicitly called by outside code.
|
|
846
|
+
*/
|
|
847
|
+
/*
|
|
848
|
+
* This file is imported into every component that uses MDC!
|
|
849
|
+
*
|
|
850
|
+
* Anything in this file that generates CSS output on its own,
|
|
851
|
+
* without being explicitly used, will output that CSS in every
|
|
852
|
+
* single component, increasing the size of the production build.
|
|
853
|
+
* Avoid that unless there's very good reason for it!
|
|
854
|
+
*/
|
|
855
|
+
/*
|
|
856
|
+
* This file is imported into every component that uses MDC!
|
|
857
|
+
*
|
|
858
|
+
* Anything in this file that generates CSS output on its own,
|
|
859
|
+
* without being explicitly used, will output that CSS in every
|
|
860
|
+
* single component, increasing the size of the production build.
|
|
861
|
+
* Avoid that unless there's very good reason for it!
|
|
862
|
+
*/
|
|
863
|
+
:host {
|
|
864
|
+
--mdc-theme-primary: var(
|
|
865
|
+
--lime-primary-color,
|
|
866
|
+
rgb(var(--color-teal-default))
|
|
867
|
+
);
|
|
868
|
+
--mdc-theme-secondary: var(
|
|
869
|
+
--lime-secondary-color,
|
|
870
|
+
rgb(var(--contrast-1100))
|
|
871
|
+
);
|
|
872
|
+
--mdc-theme-on-primary: var(
|
|
873
|
+
--lime-on-primary-color,
|
|
874
|
+
rgb(var(--contrast-100))
|
|
875
|
+
);
|
|
876
|
+
--mdc-theme-on-secondary: var(
|
|
877
|
+
--lime-on-secondary-color,
|
|
878
|
+
rgb(var(--contrast-100))
|
|
879
|
+
);
|
|
880
|
+
--mdc-theme-text-disabled-on-background: var(
|
|
881
|
+
--lime-text-disabled-on-background-color,
|
|
882
|
+
rgba(var(--contrast-1700), 0.38)
|
|
883
|
+
);
|
|
884
|
+
--mdc-theme-text-primary-on-background: var(
|
|
885
|
+
--lime-text-primary-on-background-color,
|
|
886
|
+
rgba(var(--contrast-1700), 0.87)
|
|
887
|
+
);
|
|
888
|
+
--mdc-theme-text-secondary-on-background: var(
|
|
889
|
+
--lime-text-secondary-on-background-color,
|
|
890
|
+
rgba(var(--contrast-1700), 0.54)
|
|
891
|
+
);
|
|
892
|
+
--mdc-theme-error: var(
|
|
893
|
+
--lime-error-background-color,
|
|
894
|
+
rgb(var(--color-red-dark))
|
|
895
|
+
);
|
|
53
896
|
--lime-error-text-color: rgb(var(--color-red-darker));
|
|
54
897
|
--mdc-theme-surface: var(
|
|
55
898
|
--lime-surface-background-color,
|
|
@@ -57,10 +900,61 @@
|
|
|
57
900
|
);
|
|
58
901
|
--mdc-theme-on-surface: var(
|
|
59
902
|
--lime-on-surface-color,
|
|
60
|
-
var(--
|
|
903
|
+
rgb(var(--contrast-1500))
|
|
61
904
|
);
|
|
62
905
|
}
|
|
63
906
|
|
|
907
|
+
.limel-checkbox-helper-line {
|
|
908
|
+
padding-right: 1rem;
|
|
909
|
+
padding-left: 1rem;
|
|
910
|
+
flex-basis: 100%;
|
|
911
|
+
width: 100%;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
.limel-checkbox-helper-text {
|
|
915
|
+
font-family: Roboto, sans-serif;
|
|
916
|
+
-moz-osx-font-smoothing: grayscale;
|
|
917
|
+
-webkit-font-smoothing: antialiased;
|
|
918
|
+
font-size: 0.6875rem;
|
|
919
|
+
font-weight: 400;
|
|
920
|
+
letter-spacing: 0.0333333333em;
|
|
921
|
+
text-decoration: inherit;
|
|
922
|
+
text-transform: inherit;
|
|
923
|
+
display: block;
|
|
924
|
+
margin-top: 0;
|
|
925
|
+
line-height: normal;
|
|
926
|
+
margin: 0;
|
|
927
|
+
transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
928
|
+
opacity: 0;
|
|
929
|
+
color: rgba(var(--contrast-1200), 1);
|
|
930
|
+
}
|
|
931
|
+
:host(:hover) .limel-checkbox-helper-text, :host(:focus) .limel-checkbox-helper-text, :host(:focus-within) .limel-checkbox-helper-text {
|
|
932
|
+
opacity: 1;
|
|
933
|
+
}
|
|
934
|
+
|
|
935
|
+
@media (pointer: coarse) {
|
|
936
|
+
.limel-checkbox-helper-text {
|
|
937
|
+
opacity: 1;
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
.lime-checkbox--readonly.mdc-checkbox--disabled {
|
|
941
|
+
opacity: 1;
|
|
942
|
+
--mdc-ripple-press-opacity: 1;
|
|
943
|
+
--mdc-checkbox-disabled-color: transparent;
|
|
944
|
+
--mdc-checkbox-ink-color: var(--mdc-theme-primary);
|
|
945
|
+
}
|
|
946
|
+
.lime-checkbox--readonly.mdc-checkbox--disabled :not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
|
|
947
|
+
--mdc-checkbox-disabled-color: transparent;
|
|
948
|
+
--mdc-checkbox-ink-color: transparent;
|
|
949
|
+
--lime-checkbox-unchecked-color: transparent;
|
|
950
|
+
}
|
|
951
|
+
.lime-checkbox--readonly.mdc-checkbox--disabled :not(:checked):not(:indeterminate) ~ .mdc-checkbox__background:after {
|
|
952
|
+
color: rgb(var(--color-red-default));
|
|
953
|
+
content: "×";
|
|
954
|
+
font-size: 1.25rem;
|
|
955
|
+
position: absolute;
|
|
956
|
+
}
|
|
957
|
+
|
|
64
958
|
/**
|
|
65
959
|
* @prop --icon-background-color: Color to use for icon background when `badgeIcons=true`.
|
|
66
960
|
* @prop --icon-color: Color to use for icon. Defaults to grey when `badgeIcons=false`. Defaults to white when `badgeIcons=true`.
|
|
@@ -72,6 +966,12 @@
|
|
|
72
966
|
:host(limel-list) {
|
|
73
967
|
display: block;
|
|
74
968
|
isolation: isolate;
|
|
969
|
+
--mdc-checkbox-checked-color: var(--mdc-theme-primary);
|
|
970
|
+
--mdc-checkbox-unchecked-color: var(
|
|
971
|
+
--checkbox-unchecked-border-color,
|
|
972
|
+
rgb(var(--contrast-900))
|
|
973
|
+
);
|
|
974
|
+
--lime-checkbox-unchecked-color: rgb(var(--contrast-300));
|
|
75
975
|
}
|
|
76
976
|
|
|
77
977
|
:host([hidden]) {
|
|
@@ -3025,33 +3925,6 @@ a.mdc-list-item {
|
|
|
3025
3925
|
/*rtl:end:ignore*/
|
|
3026
3926
|
}
|
|
3027
3927
|
|
|
3028
|
-
@keyframes mdc-ripple-fg-radius-in {
|
|
3029
|
-
from {
|
|
3030
|
-
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
3031
|
-
transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
|
|
3032
|
-
}
|
|
3033
|
-
to {
|
|
3034
|
-
transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
|
|
3035
|
-
}
|
|
3036
|
-
}
|
|
3037
|
-
@keyframes mdc-ripple-fg-opacity-in {
|
|
3038
|
-
from {
|
|
3039
|
-
animation-timing-function: linear;
|
|
3040
|
-
opacity: 0;
|
|
3041
|
-
}
|
|
3042
|
-
to {
|
|
3043
|
-
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
3044
|
-
}
|
|
3045
|
-
}
|
|
3046
|
-
@keyframes mdc-ripple-fg-opacity-out {
|
|
3047
|
-
from {
|
|
3048
|
-
animation-timing-function: linear;
|
|
3049
|
-
opacity: var(--mdc-ripple-fg-opacity, 0);
|
|
3050
|
-
}
|
|
3051
|
-
to {
|
|
3052
|
-
opacity: 0;
|
|
3053
|
-
}
|
|
3054
|
-
}
|
|
3055
3928
|
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
|
|
3056
3929
|
--mdc-ripple-fg-size: 0;
|
|
3057
3930
|
--mdc-ripple-left: 0;
|
|
@@ -3809,6 +4682,9 @@ a.mdc-list-item {
|
|
|
3809
4682
|
padding: 0;
|
|
3810
4683
|
border-radius: 0.375rem;
|
|
3811
4684
|
}
|
|
4685
|
+
.mdc-deprecated-list .mdc-deprecated-list-divider {
|
|
4686
|
+
border-bottom-color: rgb(var(--contrast-400));
|
|
4687
|
+
}
|
|
3812
4688
|
.mdc-deprecated-list .mdc-deprecated-list-item {
|
|
3813
4689
|
transition: background-color 0.2s ease;
|
|
3814
4690
|
box-sizing: border-box;
|
|
@@ -3998,6 +4874,10 @@ a.mdc-list-item {
|
|
|
3998
4874
|
--lime-text-secondary-on-background-color,
|
|
3999
4875
|
rgba(var(--contrast-1700), 0.54)
|
|
4000
4876
|
);
|
|
4877
|
+
--mdc-theme-error: var(
|
|
4878
|
+
--lime-error-background-color,
|
|
4879
|
+
rgb(var(--color-red-dark))
|
|
4880
|
+
);
|
|
4001
4881
|
--lime-error-text-color: rgb(var(--color-red-darker));
|
|
4002
4882
|
--mdc-theme-surface: var(
|
|
4003
4883
|
--lime-surface-background-color,
|
|
@@ -4005,12 +4885,20 @@ a.mdc-list-item {
|
|
|
4005
4885
|
);
|
|
4006
4886
|
--mdc-theme-on-surface: var(
|
|
4007
4887
|
--lime-on-surface-color,
|
|
4008
|
-
var(--
|
|
4888
|
+
rgb(var(--contrast-1500))
|
|
4009
4889
|
);
|
|
4010
4890
|
}
|
|
4011
4891
|
|
|
4012
|
-
|
|
4892
|
+
/**
|
|
4893
|
+
* @prop --checkbox-unchecked-border-color: Affects the border color of the default state of the checkbox (when it is not checked). Defaults to `--contrast-900`.
|
|
4894
|
+
*/
|
|
4895
|
+
:host(limel-checkbox) {
|
|
4013
4896
|
--mdc-checkbox-checked-color: var(--mdc-theme-primary);
|
|
4897
|
+
--mdc-checkbox-unchecked-color: var(
|
|
4898
|
+
--checkbox-unchecked-border-color,
|
|
4899
|
+
rgb(var(--contrast-900))
|
|
4900
|
+
);
|
|
4901
|
+
--lime-checkbox-unchecked-color: rgb(var(--contrast-300));
|
|
4014
4902
|
}
|
|
4015
4903
|
|
|
4016
4904
|
.mdc-checkbox {
|
|
@@ -4197,10 +5085,6 @@ a.mdc-list-item {
|
|
|
4197
5085
|
border-color: var(--mdc-checkbox-ink-color, #fff);
|
|
4198
5086
|
}
|
|
4199
5087
|
|
|
4200
|
-
.mdc-touch-target-wrapper {
|
|
4201
|
-
display: inline;
|
|
4202
|
-
}
|
|
4203
|
-
|
|
4204
5088
|
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
|
|
4205
5089
|
0%, 50% {
|
|
4206
5090
|
stroke-dashoffset: 29.7833385;
|
|
@@ -4717,13 +5601,8 @@ a.mdc-list-item {
|
|
|
4717
5601
|
.mdc-form-field {
|
|
4718
5602
|
display: flex;
|
|
4719
5603
|
}
|
|
4720
|
-
.mdc-form-field .mdc-checkbox__background {
|
|
4721
|
-
background-color: var(--lime-checkbox-unchecked-color);
|
|
4722
|
-
}
|
|
4723
5604
|
.mdc-form-field .mdc-checkbox .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background, .mdc-form-field .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
|
|
4724
|
-
--lime-checkbox-unchecked-color
|
|
4725
|
-
var(--contrast-300)
|
|
4726
|
-
);
|
|
5605
|
+
background-color: var(--lime-checkbox-unchecked-color);
|
|
4727
5606
|
}
|
|
4728
5607
|
.mdc-form-field .mdc-checkbox.mdc-checkbox--invalid .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
|
|
4729
5608
|
border-color: var(--lime-error-text-color);
|
|
@@ -4803,6 +5682,10 @@ a.mdc-list-item {
|
|
|
4803
5682
|
--lime-text-secondary-on-background-color,
|
|
4804
5683
|
rgba(var(--contrast-1700), 0.54)
|
|
4805
5684
|
);
|
|
5685
|
+
--mdc-theme-error: var(
|
|
5686
|
+
--lime-error-background-color,
|
|
5687
|
+
rgb(var(--color-red-dark))
|
|
5688
|
+
);
|
|
4806
5689
|
--lime-error-text-color: rgb(var(--color-red-darker));
|
|
4807
5690
|
--mdc-theme-surface: var(
|
|
4808
5691
|
--lime-surface-background-color,
|
|
@@ -4810,7 +5693,7 @@ a.mdc-list-item {
|
|
|
4810
5693
|
);
|
|
4811
5694
|
--mdc-theme-on-surface: var(
|
|
4812
5695
|
--lime-on-surface-color,
|
|
4813
|
-
var(--
|
|
5696
|
+
rgb(var(--contrast-1500))
|
|
4814
5697
|
);
|
|
4815
5698
|
}
|
|
4816
5699
|
|
|
@@ -5320,6 +6203,10 @@ a.mdc-list-item {
|
|
|
5320
6203
|
border-color: var(--mdc-theme-primary, #26a69a);
|
|
5321
6204
|
}
|
|
5322
6205
|
|
|
6206
|
+
.mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
|
|
6207
|
+
border-color: var(--mdc-checkbox-unchecked-color);
|
|
6208
|
+
}
|
|
6209
|
+
|
|
5323
6210
|
/*
|
|
5324
6211
|
* This file is imported into every component!
|
|
5325
6212
|
*
|
|
@@ -5337,9 +6224,13 @@ a.mdc-list-item {
|
|
|
5337
6224
|
}
|
|
5338
6225
|
|
|
5339
6226
|
:host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled) {
|
|
5340
|
-
transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
6227
|
+
transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease-out;
|
|
6228
|
+
color: var(--mdc-theme-on-surface);
|
|
6229
|
+
background-color: transparent;
|
|
5341
6230
|
}
|
|
5342
6231
|
:host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover {
|
|
6232
|
+
color: var(--mdc-theme-on-surface);
|
|
6233
|
+
background-color: var(--lime-elevated-surface-background-color);
|
|
5343
6234
|
box-shadow: var(--button-shadow-hovered);
|
|
5344
6235
|
}
|
|
5345
6236
|
:host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):active {
|
|
@@ -5348,7 +6239,6 @@ a.mdc-list-item {
|
|
|
5348
6239
|
}
|
|
5349
6240
|
:host(.has-interactive-items) .mdc-deprecated-list-item:not(.mdc-deprecated-list-item--disabled):hover {
|
|
5350
6241
|
z-index: 1;
|
|
5351
|
-
background-color: rgb(var(--contrast-100));
|
|
5352
6242
|
}
|
|
5353
6243
|
|
|
5354
6244
|
:host {
|