提交 0355c0fb 编写于 作者: C Catouse

* remove useless comments.

上级 87ed1c16
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -23,9 +23,11 @@
<div class="dropdown clearfix">
<button class="btn dropdown-toggle sr-only" type="button" id="dropdownMenu1" data-toggle="dropdown">操作 <span class="caret"></span></button>
<ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu1">
<li role="presentation" class="dropdown-header">Dropdown header</li>
<li><a href="#">编辑</a></li>
<li><a href="#">删除</a></li>
<li class="divider"></li>
<li role="presentation" class="dropdown-header">Dropdown header</li>
<li><a href="#">修改</a></li>
</ul>
</div>
......
/*!
* Font Awesome 3.2.1
* License:
* - The Font Awesome font is licensed under SIL OFL 1.1 -
* http://scripts.sil.org/OFL
* - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
* http://opensource.org/licenses/mit-license.html
* - Font Awesome documentation licensed under CC BY 3.0 -
* http://creativecommons.org/licenses/by/3.0/
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
* "Font Awesome by Dave Gandy - http://fontawesome.io"
* Author - Dave Gandy
/*! | Font Awesome 3.2.1 | License: | - The Font Awesome font is licensed under SIL OFL 1.1 - | - Font Awesome CSS, LESS, and SASS files are licensed under MIT License - | - Font Awesome documentation licensed under CC BY 3.0 - | "Font Awesome by Dave Gandy - http://fontawesome.io"
*/
// Variables
......
......@@ -3,7 +3,7 @@
@chosen-sprite: image-url('chosen-sprite.png');
@chosen-sprite-retina: image-url('chosen-sprite@2x.png');
/* @group Base */
// @group Base //
.chosen-container
{
position: relative;
......@@ -30,9 +30,9 @@
&.chosen-with-drop .chosen-drop { left: 0; }
a { cursor: pointer; }
}
/* @end */
// @end
/* @group Single Chosen */
// @group Single Chosen //
.chosen-container-single
{
.chosen-single
......@@ -167,9 +167,9 @@
left: -9999px;
}
}
/* @end */
// @end
/* @group Results */
// @group Results //
.chosen-container .chosen-results {
position: relative;
overflow-x: hidden;
......@@ -218,9 +218,9 @@
}
}
}
/* @end */
// @end
/* @group Multi Chosen */
// @group Multi Chosen //
.chosen-container-multi{
.chosen-choices {
position: relative;
......@@ -335,9 +335,9 @@
cursor: default;
}
}
/* @end */
// @end
/* @group Active */
// @group Active //
.chosen-container-active{
.chosen-single {
border: 1px solid @input-border-focus;
......@@ -371,9 +371,9 @@
}
}
}
/* @end */
// @end
/* @group Disabled Support */
// @group Disabled Support //
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
......@@ -384,9 +384,9 @@
cursor: default;
}
}
/* @end */
// @end
// /* @group Right to Left */
// // @group Right to Left //
// .chosen-rtl {
// text-align: right;
// .chosen-single {
......@@ -455,20 +455,4 @@
// }
// }
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: @chosen-sprite-retina !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}
/* @end */
// @end
\ No newline at end of file
......@@ -13,8 +13,6 @@
@import "basic/scaffolding.less";
@import "basic/grid.less";
//
// CONTROLS
// --------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册