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.
1 parent b3b22c0 commit c9f3c78Copy full SHA for c9f3c78
src/Components/forms/index.css
@@ -266,29 +266,3 @@
266
padding-left: 0px !important;
267
}
268
269
-
270
-.options {
271
- max-height: 350px;
272
- overflow: auto;
273
- list-style: none;
274
- border: 1px solid #999;
275
- border-top: none;
276
- border-radius: 2px;
277
- margin: 0;
278
- padding: 0;
279
-}
280
281
-.employer-option {
282
- text-align: left;
283
- padding: 0.4em;
284
- border-bottom: 1px solid #999;
285
- cursor: pointer;
286
287
288
-.employer-option:hover {
289
- background-color:lightskyblue ;
290
291
292
-.employer-option:focus {
293
- background-color: lightskyblue;
294
0 commit comments