Remove border-radius mixin

This commit is contained in:
Ram Ratan Maurya 2014-09-14 22:56:29 +05:30
parent 097b54dda2
commit 1ca71befe2
5 changed files with 7 additions and 11 deletions

View file

@ -10,7 +10,7 @@
&:active,
&:focus {
background-color: $color__background-screen;
@include border-radius(3px);
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: $color__text-screen;