feat(back-button): add variables and support for focused and hover states (#18451)

- updates MD spacing for back button text
- also adds e2e tests and adds them to screenshot

references #18279 references #17624 fixes #18465
This commit is contained in:
Brandy Carney
2019-06-10 15:23:42 -04:00
committed by GitHub
parent 5c5934bc24
commit 58672fb221
18 changed files with 620 additions and 206 deletions

View File

@ -238,11 +238,6 @@
border: 0;
}
// .button > .button-container:hover {
// opacity: var(--opacity-hover);
// }
.button-inner {
display: flex;