Skip to content

Commit 735f0f4

Browse files
committed
Merge branch 'Chinokao-dropdown-disabled' into dropdown-disabled
2 parents 01fb4b9 + 1936ae0 commit 735f0f4

11 files changed

+513
-411
lines changed

angular-dropdowns.css

+14-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
-webkit-user-select:none;
1111
-moz-user-select:none;
1212
user-select:none;
13-
13+
1414
/* Styles */
1515
background: #fff;
1616
border-radius: 7px;
@@ -24,6 +24,14 @@
2424
color: #8AA8BD;
2525
}
2626

27+
.disabled {
28+
/* Styles */
29+
cursor: default;
30+
31+
/* Font settings */
32+
color: #5B6A7D;
33+
}
34+
2735
.wrap-dd-select:after {
2836
content: "";
2937
width: 0;
@@ -37,12 +45,17 @@
3745
border-color: #8aa8bd transparent;
3846
}
3947

48+
.disabled:after {
49+
border: none;
50+
}
51+
4052
.wrap-dd-select .dropdown {
4153
/* Size & position */
4254
position: absolute;
4355
top: 100%;
4456
left: 0;
4557
right: 0;
58+
z-index: 10;
4659

4760
/* Styles */
4861
background: white;

0 commit comments

Comments
 (0)