lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.15k stars 357 forks source link

Children are not rendered after setting the opacity property #160

Closed lc-soft closed 5 years ago

lc-soft commented 6 years ago

opacity-bug

.file-folder {
    // ...
    &:hover {
        top: -2px;
        box-shadow: 0 1px 5px rgba(0, 0 , 0, 0.1);
    }
    &:active {
        top: 0;
        opacity: 0.6;
    }
}
lc-soft commented 5 years ago

mini demo has been written, ready to fix bug.

opacity-bug