Skip to content

Commit 80d8f3a

Browse files
committed
Global - more css tweaks and refactoring
1 parent ed4b1fb commit 80d8f3a

76 files changed

Lines changed: 806 additions & 615 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.mcp/components/forms/InputCheckboxRadioCore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"computed_properties": {
3939
"isChecked": "Handles both array and single value model checking",
4040
"defaultIcon": "Returns appropriate icon based on type",
41-
"formTheme": "Switches to error theme when fieldHasError is true"
41+
"FormUiTheme": "Switches to error theme when fieldHasError is true"
4242
},
4343
"css_custom_properties": [
4444
"--theme-checkbox-symbol-surface",

app/assets/styles/extends-layer/srcdev-forms/setup/themes/_primary.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[data-theme="primary"] {
1+
[data-theme="default"] {
22
/* Generic */
33
--theme-box-shadow: var(--colour-theme-12);
44

app/assets/styles/setup/01.tokens/_forms.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
--form-element-line-height: 1.5;
2222

2323
/* Padding */
24-
2524
--form-element-padding-block-start: 0.75rem;
2625
--form-element-padding-block-end: 0.75rem;
2726
--form-text-padding-block: 1.25rem;

app/assets/styles/setup/01.tokens/_missing-tokens.css

Lines changed: 0 additions & 88 deletions
This file was deleted.

app/assets/styles/setup/03.theming/default/_light.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
FORM INPUT VARIABLES
3535
Styling for form inputs and controls
3636
=========================================== */
37-
--theme-input-surface: var(--blue-1);
38-
--theme-input-surface-hover: var(--blue-2);
37+
--theme-input-surface: var(--blue-0);
38+
--theme-input-surface-hover: var(--blue-1);
3939
--theme-input-border: var(--blue-6);
4040
--theme-input-border-hover: var(--blue-5);
4141
--theme-input-border-focus: var(--blue-4);

app/assets/styles/setup/typography/vars/_font-family.css renamed to app/assets/styles/setup/05.typography/01.tokens/_font-family.css

File renamed without changes.

app/assets/styles/setup/typography/vars/_reponsive-font-sizes.css renamed to app/assets/styles/setup/05.typography/01.tokens/_reponsive-font-sizes.css

File renamed without changes.

app/assets/styles/setup/typography/vars/_timing-functions.css renamed to app/assets/styles/setup/05.typography/01.tokens/_timing-functions.css

File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@import "./_font-family";
2+
@import "./_reponsive-font-sizes";
3+
@import "./_timing-functions";

app/assets/styles/setup/typography/utility-classes/_font-classes-article.css renamed to app/assets/styles/setup/05.typography/02.utility-classes/_font-classes-article.css

File renamed without changes.

0 commit comments

Comments
 (0)