Skip to content

Commit

Permalink
fix hover pseudostate typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pgilfernandez authored and rodlie committed Jan 4, 2025
1 parent e46778e commit 2ea32ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/friction.qss
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,8 @@ QToolBar#animationDockWidget QPushButton {
border-color: %2;
}

QToolBar#animationDockWidget QToolButton::hover,
QToolBar#animationDockWidget QPushButton::hover {
QToolBar#animationDockWidget QToolButton:hover,
QToolBar#animationDockWidget QPushButton:hover {
border-color: %4;
}

Expand Down

0 comments on commit 2ea32ff

Please sign in to comment.