Skip to content

Commit e9bec41

Browse files
committed
feat(QTimelineEntry): comply with WCAG AA standard for the subtitle quasarframework#11895
1 parent 76b2c01 commit e9bec41

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ui/src/components/timeline/QTimeline.sass

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
&__subtitle
2121
font-size: 12px
2222
margin-bottom: 8px
23-
opacity: .4
23+
opacity: .6
2424
text-transform: uppercase
2525
letter-spacing: 1px
2626
font-weight: 700
@@ -240,4 +240,3 @@
240240

241241
&__subtitle, &__content
242242
width: 50%
243-

ui/src/components/timeline/QTimeline.styl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
&__subtitle
2121
font-size: 12px
2222
margin-bottom: 8px
23-
opacity: .4
23+
opacity: .6
2424
text-transform: uppercase
2525
letter-spacing: 1px
2626
font-weight: 700
@@ -240,4 +240,3 @@
240240

241241
&__subtitle, &__content
242242
width: 50%
243-

0 commit comments

Comments
 (0)