Skip to content

Commit e764fa5

Browse files
committed
removed [vertical] selectors
1 parent 290c9e4 commit e764fa5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

core/src/components/avatar/avatar.ionic.scss

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -175,55 +175,55 @@
175175
// Avatar Badge Bottom (hint)
176176
// --------------------------------------------------
177177

178-
:host ::slotted(ion-badge.badge-vertical-bottom[vertical]:not(:empty)) {
178+
:host ::slotted(ion-badge.badge-vertical-bottom:not(:empty)) {
179179
@include globals.transform(translate(50%, 50%));
180180
}
181181

182-
:host(.avatar-xxsmall) ::slotted(ion-badge.badge-vertical-bottom[vertical]:not(:empty)) {
182+
:host(.avatar-xxsmall) ::slotted(ion-badge.badge-vertical-bottom:not(:empty)) {
183183
@include globals.position(null, globals.$ion-scale-100, globals.$ion-scale-100, null);
184184

185185
@include globals.transform(translate(100%, 100%));
186186
}
187187

188-
:host(.avatar-xsmall) ::slotted(ion-badge.badge-vertical-bottom[vertical]:not(:empty)) {
188+
:host(.avatar-xsmall) ::slotted(ion-badge.badge-vertical-bottom:not(:empty)) {
189189
@include globals.position(null, calc(globals.$ion-scale-050 * -1), calc(globals.$ion-scale-050 * -1), null);
190190
}
191191

192-
:host(.avatar-small) ::slotted(ion-badge.badge-vertical-bottom[vertical]:not(:empty)),
193-
:host(.avatar-medium) ::slotted(ion-badge.badge-vertical-bottom[vertical]:not(:empty)),
194-
:host(.avatar-large) ::slotted(ion-badge.badge-vertical-bottom[vertical]:not(:empty)) {
192+
:host(.avatar-small) ::slotted(ion-badge.badge-vertical-bottom:not(:empty)),
193+
:host(.avatar-medium) ::slotted(ion-badge.badge-vertical-bottom:not(:empty)),
194+
:host(.avatar-large) ::slotted(ion-badge.badge-vertical-bottom:not(:empty)) {
195195
@include globals.position(null, globals.$ion-scale-050, globals.$ion-scale-050, null);
196196
}
197197

198-
:host(.avatar-xlarge) ::slotted(ion-badge.badge-vertical-bottom[vertical]:not(:empty)) {
198+
:host(.avatar-xlarge) ::slotted(ion-badge.badge-vertical-bottom:not(:empty)) {
199199
@include globals.position(null, globals.$ion-scale-150, globals.$ion-scale-150, null);
200200
}
201201

202202
// Avatar Badge Top (hint)
203203
// --------------------------------------------------
204204

205-
:host ::slotted(ion-badge.badge-vertical-top[vertical]:not(:empty)) {
205+
:host ::slotted(ion-badge.badge-vertical-top:not(:empty)) {
206206
@include globals.transform(translate(50%, -50%));
207207
}
208208

209-
:host(.avatar-xxsmall) ::slotted(ion-badge.badge-vertical-top[vertical]:not(:empty)) {
209+
:host(.avatar-xxsmall) ::slotted(ion-badge.badge-vertical-top:not(:empty)) {
210210
@include globals.position(globals.$ion-scale-050, 0, null, null);
211211
}
212212

213-
:host(.avatar-xsmall) ::slotted(ion-badge.badge-vertical-top[vertical]:not(:empty)) {
213+
:host(.avatar-xsmall) ::slotted(ion-badge.badge-vertical-top:not(:empty)) {
214214
@include globals.position(globals.$ion-scale-100, calc(globals.$ion-scale-050 * -1), null, null);
215215
}
216216

217-
:host(.avatar-small) ::slotted(ion-badge.badge-vertical-top[vertical]:not(:empty)),
218-
:host(.avatar-medium) ::slotted(ion-badge.badge-vertical-top[vertical]:not(:empty)) {
217+
:host(.avatar-small) ::slotted(ion-badge.badge-vertical-top:not(:empty)),
218+
:host(.avatar-medium) ::slotted(ion-badge.badge-vertical-top:not(:empty)) {
219219
@include globals.position(globals.$ion-scale-150, 0, null, null);
220220
}
221221

222-
:host(.avatar-large) ::slotted(ion-badge.badge-vertical-top[vertical]:not(:empty)) {
222+
:host(.avatar-large) ::slotted(ion-badge.badge-vertical-top:not(:empty)) {
223223
@include globals.position(globals.$ion-scale-150, globals.$ion-scale-050, null, null);
224224
}
225225

226-
:host(.avatar-xlarge) ::slotted(ion-badge.badge-vertical-top[vertical]:not(:empty)) {
226+
:host(.avatar-xlarge) ::slotted(ion-badge.badge-vertical-top:not(:empty)) {
227227
@include globals.position(globals.$ion-scale-150, globals.$ion-scale-150, null, null);
228228
}
229229

0 commit comments

Comments
 (0)