We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tlačidlo Späť pri zameraní má miesto žltého podfarebenia len pásik,
je to preto, že trieda govuk-back-link sa bije s button-back <button type="submit" class="govuk-back-link button-back vote-app-back">Späť</button>
<button type="submit" class="govuk-back-link button-back vote-app-back">Späť</button>
Navrhované riešenie: vyhodiť z deklarácie button-back stavy focus, hover aj active
.button-back /*.button-back:hover, .button-back:focus, .button-back:active */ { border:none; background:none; padding:0 0 0 14px; cursor:pointer; outline:none }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tlačidlo Späť pri zameraní má miesto žltého podfarebenia len pásik,
je to preto, že trieda govuk-back-link sa bije s button-back
<button type="submit" class="govuk-back-link button-back vote-app-back">Späť</button>
Navrhované riešenie:
vyhodiť z deklarácie button-back stavy focus, hover aj active
The text was updated successfully, but these errors were encountered: