Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Secondary button hover is not accessible #66

Closed
2 tasks
derick-montague opened this issue Jan 31, 2019 · 1 comment
Closed
2 tasks

Secondary button hover is not accessible #66

derick-montague opened this issue Jan 31, 2019 · 1 comment
Assignees

Comments

@derick-montague
Copy link
Contributor

File

app/common/styles/base/buttons.scss
Line: 58 - 63

 &:hover {
    background: $lightbg__accent;
    cursor: pointer;
    background: $secbtn__bg;
    @include fastTransition-all;
  }

Issue

  • There are two declarations in the CSS rule with the .btn-secondary:hover selector. Remove the following declarationbackground: $lightbg__accent

  • Add a color to override the #fff that bootstrap sets. Should use $secbtn__text

As Is

image

To Be

image

@BeccaBroek
Copy link
Member

@derick-montague

can you elaborate on "There are two declarations in the CSS rule with the .btn-secondary:hover selector. Remove the following declarationbackground: $lightbg__accent" ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants