libcosmic/examples/app_library/style.css

10 lines
100 B
CSS
Raw Normal View History

2021-12-09 15:12:37 -05:00
child:hover {
transition: 100ms;
background: #a6a6a6;
}
child {
border-radius: 5px;
}