This commit is contained in:
Mark Otto 2017-05-31 21:25:47 -07:00
parent 332d882cdb
commit 620257456e
14 changed files with 25 additions and 325 deletions

View File

@ -1545,7 +1545,6 @@ html {
.align-self-auto { .align-self-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
@ -1564,7 +1563,6 @@ html {
.align-self-center { .align-self-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
@ -1577,7 +1575,6 @@ html {
.align-self-stretch { .align-self-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
@ -1735,7 +1732,6 @@ html {
.align-self-sm-auto { .align-self-sm-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
.align-self-sm-start { .align-self-sm-start {
@ -1751,7 +1747,6 @@ html {
.align-self-sm-center { .align-self-sm-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
.align-self-sm-baseline { .align-self-sm-baseline {
@ -1762,7 +1757,6 @@ html {
.align-self-sm-stretch { .align-self-sm-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
} }
@ -1921,7 +1915,6 @@ html {
.align-self-md-auto { .align-self-md-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
.align-self-md-start { .align-self-md-start {
@ -1937,7 +1930,6 @@ html {
.align-self-md-center { .align-self-md-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
.align-self-md-baseline { .align-self-md-baseline {
@ -1948,7 +1940,6 @@ html {
.align-self-md-stretch { .align-self-md-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
} }
@ -2107,7 +2098,6 @@ html {
.align-self-lg-auto { .align-self-lg-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
.align-self-lg-start { .align-self-lg-start {
@ -2123,7 +2113,6 @@ html {
.align-self-lg-center { .align-self-lg-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
.align-self-lg-baseline { .align-self-lg-baseline {
@ -2134,7 +2123,6 @@ html {
.align-self-lg-stretch { .align-self-lg-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
} }
@ -2293,7 +2281,6 @@ html {
.align-self-xl-auto { .align-self-xl-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
.align-self-xl-start { .align-self-xl-start {
@ -2309,7 +2296,6 @@ html {
.align-self-xl-center { .align-self-xl-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
.align-self-xl-baseline { .align-self-xl-baseline {
@ -2320,7 +2306,6 @@ html {
.align-self-xl-stretch { .align-self-xl-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3061,8 +3061,8 @@ tbody.collapse.show {
display: inline-block; display: inline-block;
width: 0; width: 0;
height: 0; height: 0;
margin-left: 0.3em; margin-left: 0.255em;
vertical-align: middle; vertical-align: 0.255em;
content: ""; content: "";
border-top: 0.3em solid; border-top: 0.3em solid;
border-right: 0.3em solid transparent; border-right: 0.3em solid transparent;
@ -6435,7 +6435,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-auto { .align-self-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
@ -6454,7 +6453,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-center { .align-self-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
@ -6467,7 +6465,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-stretch { .align-self-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
@ -6625,7 +6622,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-sm-auto { .align-self-sm-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
.align-self-sm-start { .align-self-sm-start {
@ -6641,7 +6637,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-sm-center { .align-self-sm-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
.align-self-sm-baseline { .align-self-sm-baseline {
@ -6652,7 +6647,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-sm-stretch { .align-self-sm-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
} }
@ -6811,7 +6805,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-md-auto { .align-self-md-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
.align-self-md-start { .align-self-md-start {
@ -6827,7 +6820,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-md-center { .align-self-md-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
.align-self-md-baseline { .align-self-md-baseline {
@ -6838,7 +6830,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-md-stretch { .align-self-md-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
} }
@ -6997,7 +6988,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-lg-auto { .align-self-lg-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
.align-self-lg-start { .align-self-lg-start {
@ -7013,7 +7003,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-lg-center { .align-self-lg-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
.align-self-lg-baseline { .align-self-lg-baseline {
@ -7024,7 +7013,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-lg-stretch { .align-self-lg-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
} }
@ -7183,7 +7171,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-xl-auto { .align-self-xl-auto {
-webkit-align-self: auto !important; -webkit-align-self: auto !important;
-ms-flex-item-align: auto !important; -ms-flex-item-align: auto !important;
-ms-grid-row-align: auto !important;
align-self: auto !important; align-self: auto !important;
} }
.align-self-xl-start { .align-self-xl-start {
@ -7199,7 +7186,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-xl-center { .align-self-xl-center {
-webkit-align-self: center !important; -webkit-align-self: center !important;
-ms-flex-item-align: center !important; -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important; align-self: center !important;
} }
.align-self-xl-baseline { .align-self-xl-baseline {
@ -7210,7 +7196,6 @@ a.bg-inverse:focus, a.bg-inverse:hover {
.align-self-xl-stretch { .align-self-xl-stretch {
-webkit-align-self: stretch !important; -webkit-align-self: stretch !important;
-ms-flex-item-align: stretch !important; -ms-flex-item-align: stretch !important;
-ms-grid-row-align: stretch !important;
align-self: stretch !important; align-self: stretch !important;
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2981,7 +2981,7 @@ var Tooltip = function ($) {
var Default = { var Default = {
animation: true, animation: true,
template: '<div class="tooltip" role="tooltip">' + '<div class="arrow" x-arrow></div>' + '<div class="tooltip-inner"></div></div>', template: '<div class="tooltip" role="tooltip">' + '<div class="arrow"></div>' + '<div class="tooltip-inner"></div></div>',
trigger: 'hover focus', trigger: 'hover focus',
title: '', title: '',
delay: 0, delay: 0,
@ -3018,7 +3018,8 @@ var Tooltip = function ($) {
var Selector = { var Selector = {
TOOLTIP: '.tooltip', TOOLTIP: '.tooltip',
TOOLTIP_INNER: '.tooltip-inner' TOOLTIP_INNER: '.tooltip-inner',
ARROW: '.arrow'
}; };
var Trigger = { var Trigger = {
@ -3175,6 +3176,9 @@ var Tooltip = function ($) {
}, },
flip: { flip: {
behavior: this.config.fallbackPlacement behavior: this.config.fallbackPlacement
},
arrow: {
element: Selector.ARROW
} }
}, },
onCreate: function onCreate(data) { onCreate: function onCreate(data) {
@ -3621,7 +3625,7 @@ var Popover = function ($) {
placement: 'right', placement: 'right',
trigger: 'click', trigger: 'click',
content: '', content: '',
template: '<div class="popover" role="tooltip">' + '<div class="arrow" x-arrow></div>' + '<h3 class="popover-title"></h3>' + '<div class="popover-content"></div></div>' template: '<div class="popover" role="tooltip">' + '<div class="arrow"></div>' + '<h3 class="popover-title"></h3>' + '<div class="popover-content"></div></div>'
}); });
var DefaultType = $.extend({}, Tooltip.DefaultType, { var DefaultType = $.extend({}, Tooltip.DefaultType, {

File diff suppressed because one or more lines are too long

2
js/dist/popover.js vendored
View File

@ -35,7 +35,7 @@ var Popover = function ($) {
placement: 'right', placement: 'right',
trigger: 'click', trigger: 'click',
content: '', content: '',
template: '<div class="popover" role="tooltip">' + '<div class="arrow" x-arrow></div>' + '<h3 class="popover-title"></h3>' + '<div class="popover-content"></div></div>' template: '<div class="popover" role="tooltip">' + '<div class="arrow"></div>' + '<h3 class="popover-title"></h3>' + '<div class="popover-content"></div></div>'
}); });
var DefaultType = $.extend({}, Tooltip.DefaultType, { var DefaultType = $.extend({}, Tooltip.DefaultType, {

File diff suppressed because one or more lines are too long

8
js/dist/tooltip.js vendored
View File

@ -60,7 +60,7 @@ var Tooltip = function ($) {
var Default = { var Default = {
animation: true, animation: true,
template: '<div class="tooltip" role="tooltip">' + '<div class="arrow" x-arrow></div>' + '<div class="tooltip-inner"></div></div>', template: '<div class="tooltip" role="tooltip">' + '<div class="arrow"></div>' + '<div class="tooltip-inner"></div></div>',
trigger: 'hover focus', trigger: 'hover focus',
title: '', title: '',
delay: 0, delay: 0,
@ -97,7 +97,8 @@ var Tooltip = function ($) {
var Selector = { var Selector = {
TOOLTIP: '.tooltip', TOOLTIP: '.tooltip',
TOOLTIP_INNER: '.tooltip-inner' TOOLTIP_INNER: '.tooltip-inner',
ARROW: '.arrow'
}; };
var Trigger = { var Trigger = {
@ -254,6 +255,9 @@ var Tooltip = function ($) {
}, },
flip: { flip: {
behavior: this.config.fallbackPlacement behavior: this.config.fallbackPlacement
},
arrow: {
element: Selector.ARROW
} }
}, },
onCreate: function onCreate(data) { onCreate: function onCreate(data) {

File diff suppressed because one or more lines are too long