We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f6ad6 commit 990aad1Copy full SHA for 990aad1
1 file changed
src/vscode-button/vscode-button.styles.ts
@@ -102,6 +102,7 @@ const styles: CSSResultGroup = [
102
justify-content: center;
103
position: relative;
104
width: 100%;
105
+ height: 100%;
106
}
107
108
slot {
@@ -110,15 +111,16 @@ const styles: CSSResultGroup = [
110
111
height: 100%;
112
113
- .icon {
114
+ .icon, .icon-after {
115
color: inherit;
116
display: block;
117
+ }
118
+
119
+ :host(:not(:empty)) .icon {
120
margin-right: 3px;
121
122
- .icon-after {
- color: inherit;
- display: block;
123
+ :host(:not(:empty)) .icon-after, :host([icon]) .icon-after {
124
margin-left: 3px;
125
126
`,
0 commit comments