@collectionspace/cspace-public-browser
Version:
CollectionSpace public browser
16 lines (14 loc) • 357 B
CSS
.common {
composes: common from './SearchParamLink.css';
max-width: 300px;
overflow: hidden;
text-overflow: ellipsis;
padding-right: 24px;
background-image: url(../../images/close.svg);
background-repeat: no-repeat;
background-position: calc(100% - 4px) center;
background-size: 16px;
}
.common:hover {
text-decoration: line-through;
}