Better History section

This commit is contained in:
liyasthomas
2019-11-09 14:31:07 +05:30
parent c2519bdb7d
commit 1b21187397
3 changed files with 82 additions and 104 deletions

View File

@@ -12,16 +12,23 @@ html {
::-webkit-scrollbar {
width: 8px;
height: 8px;
border-radius: 8px;
background-color: var(--bg-dark-color);
visibility: hidden;
&:hover {
visibility: visible;
}
}
::-webkit-scrollbar-thumb {
background-color: var(--fg-light-color);
border-radius: 8px;
border: 2px solid var(--bg-color);
}
::-webkit-scrollbar-thumb:hover {
background-color: var(--fg-color);
&:hover {
background-color: var(--fg-color);
}
}
::placeholder {
@@ -658,10 +665,6 @@ ol li {
background-color: var(--err-color);
}
.virtual-list::-webkit-scrollbar {
width: 0;
}
fieldset#history {
.method-list-item {
position: relative;