Skip to content

Commit

Permalink
* fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lastic2008 committed Apr 25, 2014
1 parent bef273c commit a492421
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
14 changes: 2 additions & 12 deletions less/button.less
Expand Up @@ -599,26 +599,21 @@
.btn__secondary.btn__dark:active,
.btn__secondary.btn__orange:active{
.box-shadow(none);

}
}

.btn__secondary.btn__positive:active .btn-in,
.btn__secondary.btn__negative:active .btn-in,
.btn__secondary.btn__consult:active .btn-in,
.btn__secondary.btn__dark:active .btn-in,
.btn__secondary.btn__orange:active .btn-in{

color:rgba(255, 255, 255, 1);
}



.btn__secondary:active .btn-in{
color:rgba(86, 95, 100, 1);
}



}

/* END BUTTON SECONDARY
======================================================= */
Expand Down Expand Up @@ -647,11 +642,6 @@
.rounded( 50% );
}


.test:focus{
background: red !important;
}

.print_ico {
position:relative;
font-size: 18px;
Expand Down
3 changes: 0 additions & 3 deletions out/css/button.css
Expand Up @@ -1016,9 +1016,6 @@
-o-border-radius: 50%;
border-radius: 50%;
}
.test:focus {
background: red !important;
}
.print_ico {
position: relative;
font-size: 18px;
Expand Down
2 changes: 1 addition & 1 deletion out/style.min.css

Large diffs are not rendered by default.

0 comments on commit a492421

Please sign in to comment.