mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
No more need for grid column highlighting, so nuke that
This commit is contained in:
parent
0a18d33d2c
commit
9ba11ba60a
@ -255,10 +255,6 @@ body {
|
|||||||
background-color: rgba(185,74,72,.15);
|
background-color: rgba(185,74,72,.15);
|
||||||
border: 1px solid rgba(185,74,72,.2);
|
border: 1px solid rgba(185,74,72,.2);
|
||||||
}
|
}
|
||||||
.show-grid [class^="col-"]:hover {
|
|
||||||
background-color: #ddd;
|
|
||||||
background-color: rgba(185,74,72,.25);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -27,14 +27,6 @@
|
|||||||
$('.bs-top').affix()
|
$('.bs-top').affix()
|
||||||
}, 100)
|
}, 100)
|
||||||
|
|
||||||
// add tipsies to grid for scaffolding
|
|
||||||
if ($('#grid-system').length) {
|
|
||||||
$('#grid-system').tooltip({
|
|
||||||
selector: '.show-grid > [class*="span"]'
|
|
||||||
, title: function () { return $(this).width() + 'px' }
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
// tooltip demo
|
// tooltip demo
|
||||||
$('.tooltip-demo').tooltip({
|
$('.tooltip-demo').tooltip({
|
||||||
selector: "a[data-toggle=tooltip]"
|
selector: "a[data-toggle=tooltip]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user