Skip to content

Commit

Permalink
Remove opacity, may use RGBA, fix #174
Browse files Browse the repository at this point in the history
  • Loading branch information
dpizetta committed Jun 17, 2019
1 parent 5726a3a commit 2dd4c8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qdarkstyle/qss/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ QToolTip {
/* Remove padding, for fix combo box tooltip */
padding: 0px;

/* Reducing transparency to read better */
opacity: $OPACITY_TOOLTIP;

/* Remove opacity, fix #174 - may need to use RGBA */
}

/* QStatusBar -------------------------------------------------------------
Expand Down

1 comment on commit 2dd4c8a

@marcelomanzo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this works, personally I like more without opacity.

Please sign in to comment.