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