Remove border-radius mixin
This commit is contained in:
parent
097b54dda2
commit
1ca71befe2
5 changed files with 7 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue