Skip to content

Commit c23dd6c

Browse files
committed
remove btn box-shadow (ui)
1 parent 9f35a4e commit c23dd6c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/codeception.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,11 @@ body .btn {
538538
text-transform: uppercase;
539539
}
540540

541+
body .btn:active {
542+
box-shadow: none;
543+
-webkit-box-shadow: none;
544+
}
545+
541546
body .btn-default {
542547
background: transparent;
543548
color: #236BFD;

0 commit comments

Comments
 (0)