Files
talk/client/coral-ui/components/Option.css
T
2018-05-30 22:23:52 +02:00

14 lines
199 B
CSS

.option {
min-width: 100px;
width: 100%;
padding: 10px;
outline: none;
white-space: nowrap;
text-align: left;
&:focus, &:hover {
background-color: #ccc;
cursor: pointer;
}
}