preview styling fix yolo'd from github UI

This commit is contained in:
Jeremy Kauffman 2019-11-25 10:45:37 -05:00 committed by Sean Yesmunt
parent ef7d5394dc
commit 4316f7b913

View file

@ -58,7 +58,7 @@
overflow: visible;
padding: var(--spacing-medium);
&:not(.claim-preview--inline) {
&:not(.claim-preview--inline):not(.claim-preview--pending) {
cursor: pointer;
}
@ -113,12 +113,7 @@
}
.claim-preview--pending {
cursor: pointer;
opacity: 0.6;
&:hover {
background-color: black; //white;
}
}
.claim-preview--inline {