Skip to content

Commit ace2f2d

Browse files
committed
fix: breadcrumb - not resetting text-decoration: underline from -webkit-any-link quasarframework#1643
1 parent a014a50 commit ace2f2d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/breadcrumbs/breadcrumbs.ios.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
font-size 150%
44
.q-breadcrumbs-el
55
color inherit !important
6+
text-decoration none
67
.q-breadcrumbs-last a
78
pointer-events none

src/components/breadcrumbs/breadcrumbs.mat.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
font-size 150%
44
.q-breadcrumbs-el
55
color inherit !important
6+
text-decoration none
67
.q-breadcrumbs-last a
78
pointer-events none

0 commit comments

Comments
 (0)