preview styling fix yolo'd from github UI
This commit is contained in:
parent
ef7d5394dc
commit
4316f7b913
1 changed files with 1 additions and 6 deletions
|
@ -58,7 +58,7 @@
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
padding: var(--spacing-medium);
|
padding: var(--spacing-medium);
|
||||||
|
|
||||||
&:not(.claim-preview--inline) {
|
&:not(.claim-preview--inline):not(.claim-preview--pending) {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -113,12 +113,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.claim-preview--pending {
|
.claim-preview--pending {
|
||||||
cursor: pointer;
|
|
||||||
opacity: 0.6;
|
opacity: 0.6;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: black; //white;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.claim-preview--inline {
|
.claim-preview--inline {
|
||||||
|
|
Loading…
Add table
Reference in a new issue