Skip to content

Commit edd3d5c

Browse files
committed
f-other focus style mod
1 parent c8dcaf7 commit edd3d5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

examples/questionnaire/Example.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
subtitle: 'You can also use ⌨️ numbers to select an option',
165165
type: QuestionType.OpinionScale,
166166
required: true,
167-
max: 6,
167+
max: 5,
168168
labelLeft: 'Dissapointing',
169169
labelRight: 'Exceptional'
170170
}),

src/assets/css/common.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,10 @@ header.vff-header svg.f-logo {
668668
font-size: inherit;
669669
}
670670

671+
.vff ul.f-radios li.f-other.f-focus {
672+
padding: .48em .68em;
673+
}
674+
671675
.vff .f-radios-desc {
672676
display: block;
673677
}

0 commit comments

Comments
 (0)