Skip to content

Commit a086cf4

Browse files
committed
#96 Focus styles fixed
1 parent 35c8747 commit a086cf4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

examples/questionnaire/branding.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,12 @@ span.f-answered{
121121
.o-btn-action:focus {
122122
background-color: var(--main-text-color);
123123
opacity: .9;
124-
}
124+
}
125+
125126
.o-btn-action:focus {
126-
outline: 3px solid #BBEBD5;
127-
}
127+
border: 1px double white;
128+
outline: 1px solid black;
129+
}
128130

129131
/*footer*/
130132
.f-footer .footer-inner-wrap{

examples/quiz/branding.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@ span.f-answered{
144144
opacity: .9;
145145
}
146146

147+
.o-btn-action:focus {
148+
border: 1px double var(--bg-color);
149+
outline: 1px solid var(--button-color);
150+
}
151+
147152
/*footer*/
148153
.f-footer .footer-inner-wrap{
149154
background-color: var(--footer-color);

0 commit comments

Comments
 (0)