mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 05:58:09 +08:00
11 lines
151 B
CSS
11 lines
151 B
CSS
.option {
|
|
padding: 10px;
|
|
text-transform: capitalize;
|
|
outline: none;
|
|
|
|
&:focus, &:hover {
|
|
background-color: #ccc;
|
|
cursor: pointer;
|
|
}
|
|
}
|