Skip to content

Commit 7309b40

Browse files
authored
Remove redundant bg-clip-padding
1 parent beaebc5 commit 7309b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/css/elements/buttons.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ button {
101101
box-shadow: inset 0 1px 0 0 theme('colors.red.400'), 0 1px 0 0 rgba(0, 0, 0,.05), 0 3px 2px -1px theme(colors.red.900 / .15), 0 0 0 0 transparent;
102102

103103
&:hover:not(:disabled), &:active:not(:disabled) {
104-
@apply bg-gradient-to-b from-red-600 to-red-700 bg-clip-padding border border-red-700 border-b-red-900 bg-clip-padding;
104+
@apply bg-gradient-to-b from-red-600 to-red-700 bg-clip-padding border border-red-700 border-b-red-900;
105105
}
106106

107107
&:disabled {

0 commit comments

Comments
 (0)