Remove console spam (#1400)

* Remove console spam

* CSS Style

* Slight cleanup

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
0HyperCube
2023-08-27 16:12:32 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent 226b96260c
commit e77782aadb
16 changed files with 61 additions and 77 deletions
+6 -6
View File
@@ -206,10 +206,10 @@
box-shadow: inset 0 0 0 1px var(--color-5-dullgray);
border: 2px solid transparent;
border-radius: 10px;
}
&:hover {
box-shadow: inset 0 0 0 1px var(--color-6-lowergray);
}
&:hover::-webkit-scrollbar-track {
box-shadow: inset 0 0 0 1px var(--color-6-lowergray);
}
&::-webkit-scrollbar-thumb {
@@ -218,10 +218,10 @@
border: 2px solid transparent;
border-radius: 10px;
margin: 2px;
}
&:hover {
background-color: var(--color-6-lowergray);
}
&:hover::-webkit-scrollbar-thumb {
background-color: var(--color-6-lowergray);
}
&::-webkit-scrollbar-corner {