Remove todos
This commit is contained in:
parent
9826c6d88c
commit
4bea49478c
3 changed files with 1 additions and 4 deletions
|
|
@ -123,7 +123,6 @@
|
||||||
// Allow for dropdowns to go bottom up (aka, dropup-menu)
|
// Allow for dropdowns to go bottom up (aka, dropup-menu)
|
||||||
// ------------------------------------------------------
|
// ------------------------------------------------------
|
||||||
// Just add .dropup after the standard .dropdown class and you're set, bro.
|
// Just add .dropup after the standard .dropdown class and you're set, bro.
|
||||||
// TODO: abstract this so that the navbar fixed styles are not placed here?
|
|
||||||
.dropup,
|
.dropup,
|
||||||
.navbar-fixed-bottom .dropdown {
|
.navbar-fixed-bottom .dropdown {
|
||||||
// Reverse the caret
|
// Reverse the caret
|
||||||
|
|
|
||||||
|
|
@ -186,7 +186,6 @@ input[type="hidden"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Radios and checkboxes on same line
|
// Radios and checkboxes on same line
|
||||||
// TODO v3: Convert .inline to .control-inline
|
|
||||||
.radio.inline,
|
.radio.inline,
|
||||||
.checkbox.inline {
|
.checkbox.inline {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
|
|
@ -325,7 +325,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
// Right aligned menus need alt position
|
// Right aligned menus need alt position
|
||||||
// TODO: rejigger this at some point to simplify the selectors
|
|
||||||
.navbar .nav.pull-right .dropdown-menu,
|
.navbar .nav.pull-right .dropdown-menu,
|
||||||
.navbar .nav .dropdown-menu.pull-right {
|
.navbar .nav .dropdown-menu.pull-right {
|
||||||
left: auto;
|
left: auto;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue