diff --git a/docs/source/_themes/Alchemy/static/less/dropdowns.less b/docs/source/_themes/Alchemy/static/less/dropdowns.less index 58cdb61..8be1508 100644 --- a/docs/source/_themes/Alchemy/static/less/dropdowns.less +++ b/docs/source/_themes/Alchemy/static/less/dropdowns.less @@ -123,7 +123,6 @@ // Allow for dropdowns to go bottom up (aka, dropup-menu) // ------------------------------------------------------ // 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, .navbar-fixed-bottom .dropdown { // Reverse the caret diff --git a/docs/source/_themes/Alchemy/static/less/forms.less b/docs/source/_themes/Alchemy/static/less/forms.less index 8d9c253..bb58f05 100644 --- a/docs/source/_themes/Alchemy/static/less/forms.less +++ b/docs/source/_themes/Alchemy/static/less/forms.less @@ -186,7 +186,6 @@ input[type="hidden"] { } // Radios and checkboxes on same line -// TODO v3: Convert .inline to .control-inline .radio.inline, .checkbox.inline { display: inline-block; diff --git a/docs/source/_themes/Alchemy/static/less/navbar.less b/docs/source/_themes/Alchemy/static/less/navbar.less index 8eb1332..2337485 100644 --- a/docs/source/_themes/Alchemy/static/less/navbar.less +++ b/docs/source/_themes/Alchemy/static/less/navbar.less @@ -325,7 +325,6 @@ } // Right aligned menus need alt position -// TODO: rejigger this at some point to simplify the selectors .navbar .nav.pull-right .dropdown-menu, .navbar .nav .dropdown-menu.pull-right { left: auto; @@ -338,4 +337,4 @@ left: auto; right: 13px; } -} \ No newline at end of file +}