Files
farmOS-dev/web/themes/gin/styles/base/_blocks.scss
2024-12-10 15:08:16 +01:00

7 lines
88 B
SCSS

.block-disabled {
&:not(:hover) {
opacity: .6;
background: transparent;
}
}