2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge branch 'master' into v4m

This commit is contained in:
Mark Otto
2015-08-04 22:29:45 -07:00
42 changed files with 1101 additions and 1005 deletions
+1 -1
View File
@@ -77,9 +77,9 @@
// Modal header
// Top section of the modal w/ title and dismiss
.modal-header {
min-height: ($modal-title-padding + $modal-title-line-height);
padding: $modal-title-padding;
border-bottom: 1px solid $modal-header-border-color;
@include clearfix;
}
// Close icon
.modal-header .close {
+1 -4
View File
@@ -37,11 +37,8 @@
&.disabled,
&:disabled,
fieldset[disabled] & {
&,
&:focus,
&.focus,
&:active,
&.active {
&.focus {
background-color: $background;
border-color: $border;
}