We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c8747 commit a086cf4Copy full SHA for a086cf4
examples/questionnaire/branding.css
@@ -121,10 +121,12 @@ span.f-answered{
121
.o-btn-action:focus {
122
background-color: var(--main-text-color);
123
opacity: .9;
124
-}
+}
125
+
126
- outline: 3px solid #BBEBD5;
127
+ border: 1px double white;
128
+ outline: 1px solid black;
129
130
131
/*footer*/
132
.f-footer .footer-inner-wrap{
examples/quiz/branding.css
@@ -144,6 +144,11 @@ span.f-answered{
144
145
}
146
147
+.o-btn-action:focus {
148
+ border: 1px double var(--bg-color);
149
+ outline: 1px solid var(--button-color);
150
151
152
153
154
background-color: var(--footer-color);
0 commit comments