Skip to content

Commit dfee23e

Browse files
neiromasterrstoenescu
authored andcommitted
Fix Timeline: Fix overlapping property "display: inline-flex;" styles from .material-icons (quasarframework#2667)
* Redundant classes for placing icons q-timeline-dot has a display: block * Fix overlapping property "display: inline-flex;" styles from .material-icons
1 parent 6c3e415 commit dfee23e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

src/components/timeline/QTimelineEntry.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export default {
6262
}, [
6363
this.icon
6464
? h(QIcon, {
65-
staticClass: 'row items-center justify-center',
6665
props: { name: this.icon }
6766
})
6867
: null

src/components/timeline/timeline.ios.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
.q-timeline-dot .q-icon
6060
position absolute
61+
display inline-flex
6162
top 0
6263
left 0
6364
right 0

src/components/timeline/timeline.mat.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
.q-timeline-dot .q-icon
6060
position absolute
61+
display inline-flex
6162
top 0
6263
left 0
6364
right 0

0 commit comments

Comments
 (0)