We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6ff07 commit ea9a06eCopy full SHA for ea9a06e
snippets/scss.json
@@ -916,13 +916,14 @@
916
"${1:ion-tab-button} {",
917
"\t--background: ${2:#3880ff};",
918
"\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};",
+ "\t--background-focused-opacity: ${4:1};",
+ "\t--color: ${5:#3880ff};",
+ "\t--color-selected: ${6:#3880ff};",
+ "\t--padding-bottom: ${7:4px};",
+ "\t--padding-end: ${8:4px};",
+ "\t--padding-start: ${9:4px};",
+ "\t--padding-top: ${10:4px};",
926
+ "\t--ripple-color: ${11:#1e1e1e};",
927
"}"
928
],
929
"description": "Tab Button CSS custom properties"
0 commit comments