Skip to content
New issue

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

Komponenty > Tlačidlo Späť > focus je iný ako pri ostatných komponentoch (2.4.7) #618

Open
athelas64 opened this issue Oct 7, 2023 · 0 comments

Comments

@athelas64
Copy link

Tlačidlo Späť pri zameraní má miesto žltého podfarebenia len pásik,
2023-10-07_15h54_22

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

2023-10-07_15h55_11

.button-back
/*.button-back:hover,
.button-back:focus,
.button-back:active */ {
  border:none;
  background:none;
  padding:0 0 0 14px;
  cursor:pointer;
  outline:none
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant