mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
24 lines
260 B
CSS
24 lines
260 B
CSS
.ListItem {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.Input {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.Label {
|
|
cursor: pointer;
|
|
padding: 0.25rem;
|
|
color: #555;
|
|
}
|
|
.Label:hover {
|
|
color: #000;
|
|
}
|
|
|
|
.IconButton {
|
|
padding: 0.25rem;
|
|
border: none;
|
|
background: none;
|
|
cursor: pointer;
|
|
}
|