Skip to content

Commit

Permalink
Commented the hover effect for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossmaxx authored Apr 14, 2024
1 parent 2fb71cc commit 0ebfeb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ QScrollBar::handle:horizontal {
}

QScrollBar::handle:horizontal:hover {
border: 2px solid #000000;
/* border: 2px solid #000000; */
}

QScrollBar::handle:horizontal:pressed {
Expand All @@ -305,7 +305,7 @@ QScrollBar::handle:vertical {
}

QScrollBar::handle:vertical:hover {
border: 2px solid #000000;
/* border: 2px solid #000000; */
}

QScrollBar::handle:vertical:pressed {
Expand Down

0 comments on commit 0ebfeb2

Please sign in to comment.