libcosmic/examples/app_library/style.css
2021-12-16 09:45:42 -07:00

9 lines
100 B
CSS

child:hover {
transition: 100ms;
background: #a6a6a6;
}
child {
border-radius: 5px;
}