Even better faulty indicators
This commit is contained in:
parent
22a83c789b
commit
01a4a29e45
@ -79,7 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* A custom indicator that this code is in fact faulty */
|
/* A custom indicator that this code is in fact faulty */
|
||||||
.notCompiling {
|
.notCompiling code {
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
/*
|
/*
|
||||||
@ -96,11 +96,22 @@
|
|||||||
top: 1em;
|
top: 1em;
|
||||||
right: 1em;
|
right: 1em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1.2em;
|
width: 1.3em;
|
||||||
height: 1.2em;
|
height: 1.3em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: bolder;
|
font-weight: bolder;
|
||||||
padding: 1px 1px 0px 1px;
|
padding: 1px 1px 1px 1px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover::after {
|
||||||
|
content: "Code is faulty!";
|
||||||
|
font-weight: bold;
|
||||||
|
color: #a30e0e;
|
||||||
|
position: absolute;
|
||||||
|
right: 1em;
|
||||||
|
bottom: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user