We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5c1bf6 + 161854e commit 817013cCopy full SHA for 817013c
angular-dropdowns.css
@@ -55,8 +55,7 @@
55
list-style: none;
56
57
/* Hiding */
58
- opacity: 0;
59
- pointer-events: none;
+ visibility: hidden;
60
}
61
62
.wrap-dd-select .dropdown li.divider {
@@ -119,8 +118,7 @@
119
118
120
121
.wrap-dd-select.active .dropdown {
122
- opacity: 1;
123
- pointer-events: auto;
+ visibility: visible;
124
125
126
/****** dropdown-menu *******/
@@ -151,8 +149,7 @@
151
149
152
150
153
154
155
156
157
158
.wrap-dd-menu .dropdown li.divider {
@@ -214,6 +211,5 @@
214
211
215
212
216
213
.wrap-dd-menu .dropdown.active {
217
218
219
-}
+}
0 commit comments