From 4e1cc360bb05e402d1b713469e29aeb5754ad549 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Tue, 18 Jun 2024 09:51:16 +0100 Subject: [PATCH] Scrollbar styles (#357) * Incorporate scrollbar styling * Restore link to examples styles --- examples/index.html | 21 --------------------- src/scss/_scrollbars.scss | 31 +++++++++++++++++++++++++++++++ src/scss/pcui-base.scss | 1 + 3 files changed, 32 insertions(+), 21 deletions(-) create mode 100644 src/scss/_scrollbars.scss diff --git a/examples/index.html b/examples/index.html index 356c911f..21b40346 100644 --- a/examples/index.html +++ b/examples/index.html @@ -25,27 +25,6 @@ .pcui-treeview-item-icon { font-size: 14px; } - - ::-webkit-scrollbar { - width: 8px; - height: 8px; - } - - ::-webkit-scrollbar-track { - background: #20292b; - } - - ::-webkit-scrollbar-thumb { - background: #5b7073; - } - - ::-webkit-scrollbar-thumb:hover { - background: #f60; - } - - ::-webkit-scrollbar-corner { - background: #2c393c; - }