Skip to content

Commit ce5458f

Browse files
authored
Merge pull request #125 from w3c/hotfix/#403-ghost-focus
Provide default focus styles for "ghost button"
2 parents b0091fb + 0e3b8cd commit ce5458f

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

assets-src/styles/sass/30-base/_buttons.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ input[type="submit"].button {
8080
color: $black;
8181
padding: rem(10) rem(23);
8282
}
83-
8483
}
8584

8685

@@ -98,12 +97,6 @@ input[type="submit"].button {
9897
background-color: transparent;
9998
border-color: transparent;
10099
}
101-
102-
&:focus {
103-
background-color: transparent;
104-
border-color: transparent;
105-
color: $black;
106-
}
107100
}
108101

109102

public/dist/assets/styles/core.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -642,11 +642,6 @@ input[type=submit].button {
642642
background-color: transparent;
643643
border-color: transparent;
644644
}
645-
.button--ghost:focus {
646-
background-color: transparent;
647-
border-color: transparent;
648-
color: #000;
649-
}
650645

651646
.button[disabled],
652647
.button.js-disabled {

public/dist/assets/styles/core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)