refactor: UI for linking events (#763)

This commit is contained in:
Carlos Valente
2024-02-11 15:18:04 +01:00
committed by GitHub
parent 12f81c63ce
commit 5355e45b80
49 changed files with 1353 additions and 596 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ $thumb-color-hover: $gray-900;
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
scrollbar-color: $track-color $thumb-color;
scrollbar-color: $thumb-color $track-color;
scrollbar-width: thin;
}
@@ -48,7 +48,7 @@ option {
/* Track */
::-webkit-scrollbar-track {
background: $track-color;
background: $white-1;
border-radius: 2px;
}