fix(theme): restore compose FAB icon + circular shape on SRC theme
Publish Docker Image / prepare (push) Successful in 1s
Publish Docker Image / build (linux/amd64, ubuntu-latest) (push) Failing after 13s
Publish Docker Image / build (linux/arm64, ubuntu-24.04-arm) (push) Canceled after 0s
Publish Docker Image / merge (push) Canceled after 0s
Publish Docker Image / prepare (push) Successful in 1s
Publish Docker Image / build (linux/amd64, ubuntu-latest) (push) Failing after 13s
Publish Docker Image / build (linux/arm64, ubuntu-24.04-arm) (push) Canceled after 0s
Publish Docker Image / merge (push) Canceled after 0s
This commit is contained in:
@@ -1135,7 +1135,7 @@ body[data-theme-skin="builtin-src"] button:not(.rounded-full):not([role="switch"
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* MD3 filled button — primary surface, M3 label-large, state layers */
|
/* MD3 filled button — primary surface, M3 label-large, state layers */
|
||||||
body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground {
|
body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground:not(.rounded-full) {
|
||||||
border-radius: 20px !important;
|
border-radius: 20px !important;
|
||||||
padding-inline: 24px !important;
|
padding-inline: 24px !important;
|
||||||
min-height: 40px !important;
|
min-height: 40px !important;
|
||||||
@@ -1146,20 +1146,20 @@ body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground {
|
|||||||
transition: box-shadow 200ms ease, filter 200ms ease;
|
transition: box-shadow 200ms ease, filter 200ms ease;
|
||||||
}
|
}
|
||||||
/* hover: M3 elevation 1 + 8 % on-primary state layer */
|
/* hover: M3 elevation 1 + 8 % on-primary state layer */
|
||||||
body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground:hover {
|
body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground:not(.rounded-full):hover {
|
||||||
box-shadow:
|
box-shadow:
|
||||||
0 1px 2px rgba(0, 0, 0, 0.30),
|
0 1px 2px rgba(0, 0, 0, 0.30),
|
||||||
0 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
|
0 2px 6px 2px rgba(0, 0, 0, 0.15) !important;
|
||||||
filter: brightness(1.06);
|
filter: brightness(1.06);
|
||||||
}
|
}
|
||||||
/* focus: +12 % tint + M3 focus ring */
|
/* focus: +12 % tint + M3 focus ring */
|
||||||
body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground:focus-visible {
|
body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground:not(.rounded-full):focus-visible {
|
||||||
filter: brightness(1.10) !important;
|
filter: brightness(1.10) !important;
|
||||||
outline: 3px solid var(--color-ring) !important;
|
outline: 3px solid var(--color-ring) !important;
|
||||||
outline-offset: 2px !important;
|
outline-offset: 2px !important;
|
||||||
}
|
}
|
||||||
/* pressed: +12 % darker, no shadow */
|
/* pressed: +12 % darker, no shadow */
|
||||||
body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground:active {
|
body[data-theme-skin="builtin-src"] .bg-primary.text-primary-foreground:not(.rounded-full):active {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
filter: brightness(0.94) !important;
|
filter: brightness(0.94) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user