Skip to content

Commit ea9a06e

Browse files
committed
feat(tab-button): update focused state
1 parent 1a6ff07 commit ea9a06e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Diff for: snippets/scss.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -916,13 +916,14 @@
916916
"${1:ion-tab-button} {",
917917
"\t--background: ${2:#3880ff};",
918918
"\t--background-focused: ${3:#3880ff};",
919-
"\t--color: ${4:#3880ff};",
920-
"\t--color-selected: ${5:#3880ff};",
921-
"\t--padding-bottom: ${6:4px};",
922-
"\t--padding-end: ${7:4px};",
923-
"\t--padding-start: ${8:4px};",
924-
"\t--padding-top: ${9:4px};",
925-
"\t--ripple-color: ${10:#1e1e1e};",
919+
"\t--background-focused-opacity: ${4:1};",
920+
"\t--color: ${5:#3880ff};",
921+
"\t--color-selected: ${6:#3880ff};",
922+
"\t--padding-bottom: ${7:4px};",
923+
"\t--padding-end: ${8:4px};",
924+
"\t--padding-start: ${9:4px};",
925+
"\t--padding-top: ${10:4px};",
926+
"\t--ripple-color: ${11:#1e1e1e};",
926927
"}"
927928
],
928929
"description": "Tab Button CSS custom properties"

0 commit comments

Comments
 (0)