From 1df1f52afccf6a892f39939668138e64cc8fc82b Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 26 Aug 2023 03:45:00 +0100 Subject: [PATCH] Removed duplicated QSS styles --- .../Stylesheets/InsightWindow.qss | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss index 89328de4..2d8b47e2 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss +++ b/src/Insight/UserInterfaces/InsightWindow/Stylesheets/InsightWindow.qss @@ -103,28 +103,6 @@ QToolTip { font-size: 14px; } -QScrollBar:vertical { - background-color: transparent; - width: 12px; - margin: 1px; -} - -QScrollBar:handle:vertical { - border: none; - background-color: rgba(69, 69, 66, 0.6); - min-height: 30px; -} - -QScrollBar:handle:vertical:hover { - background-color: rgba(69, 69, 66, 0.91); -} - -QScrollBar::add-line:vertical, -QScrollBar::sub-line:vertical { - border: none; - background: none; -} - /* Left-side panel */ #left-side-menu-bar { max-width: 22px;