Made scrollbar transparent so active tabs are more obvious
mellobacon committed
Oct 10, 2022 at 04:03 UTC
c396634c50617d6dfd21eca9708b954a2082c132
1 file changed
+1
-1
src/components/Content/Editor/EditorTabs.svelte
+1
-1
@@ -39,6 +39,6 @@
39
height: 4px;
40
}
41
:global(#editor-tabs::-webkit-scrollbar-thumb) {
42
- background-color: #1b5fdd;
42
+ background-color: #ffffff12;
43
}
44
</style>