Skip to content

Commit c9f3c78

Browse files
committed
remove unused styles
1 parent b3b22c0 commit c9f3c78

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

src/Components/forms/index.css

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -266,29 +266,3 @@
266266
padding-left: 0px !important;
267267
}
268268
}
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

Comments
 (0)