vendor/assets/stylesheets/button.css.scss in flashgrid-2.0.0 vs vendor/assets/stylesheets/button.css.scss in flashgrid-2.0.1
- old
+ new
@@ -79,11 +79,11 @@
.btn-block,
button.btn-block,
input.btn-block {
-moz-box-sizing: border-box;
box-sizing: border-box;
- display:block;
+ display: block;
min-width: 100%;
padding-right: 0;
padding-left: 0;
width: 100%;
}
@@ -160,11 +160,11 @@
padding: 0;
}
.btn-link:active,
.btn-link.active,
.btn-link:hover,
-.btn-link:focus, {
+.btn-link:focus {
background: transparent;
color: rgba(71,74,84,1);
}
/* #Button Icons
@@ -297,10 +297,10 @@
display: table-cell;
float: none;
width: 1%;
}
.btn-group-justified > .btn-group .btn { width: 100%; }
-.btn-group-justified > .btn { border-right-width: 0; }
+.btn-group-justified > .btn { border-right-width: 0; }
.btn-group-justified > .btn:last-child { border-right-width: 1px; }
/* #Button Toolbar
================================================== */
.btn-toolbar {
\ No newline at end of file