MiniSearch / client /components /Search /Results /Graphical /ImageResultsList.module.css
github-actions[bot]
Sync from https://github.com/felladrin/MiniSearch
6e29063
raw
history blame contribute delete
228 Bytes
.control {
transition: all 0.2s ease;
opacity: 0.3;
}
.root:hover .control {
background-color: rgba(255, 255, 255, 0.8);
border: 1px solid rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
opacity: 1;
}