Skip to content

Commit 5acdf16

Browse files
Provide default focus styles for "ghost button"
1 parent 901347d commit 5acdf16

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,6 @@ input[type="submit"].button {
121121

122122
}
123123

124-
&:focus {
125-
126-
background-color: transparent;
127-
border-color: transparent;
128-
color: $black;
129-
130-
}
131-
132124
}
133125

134126

public/dist/assets/styles/core.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -650,11 +650,6 @@ input[type=submit].button {
650650
background-color: transparent;
651651
border-color: transparent;
652652
}
653-
.button--ghost:focus {
654-
background-color: transparent;
655-
border-color: transparent;
656-
color: #000;
657-
}
658653

659654
.button[disabled],
660655
.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)