Skip to content

Commit 95c663c

Browse files
committed
Merge pull request activeadmin#793 from mattvague/fix-button-link-style
Fix button link style issue
2 parents b1caa83 + a8f985c commit 95c663c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/assets/stylesheets/active_admin/components/_buttons.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ a.member_link {
99
white-space: nowrap;
1010
}
1111

12-
a.button, input[type=submit] { @include dark-button; }
13-
12+
a.button, a:link.button, a:visited.button, input[type=submit] { @include dark-button; }

0 commit comments

Comments
 (0)