Removed stylesheet it gets issues on other style

This commit is contained in:
defnax 2020-05-31 00:21:19 +02:00
parent 54364c488e
commit e7cc74751f

View File

@ -917,12 +917,3 @@ MessagesDialog QWidget#messageTreeWidget::item:hover {
GxsForumThreadWidget QWidget#threadTreeWidget::item { GxsForumThreadWidget QWidget#threadTreeWidget::item {
padding: 2px; padding: 2px;
} }
MainWindow QListView#listWidget::item:selected {
background-color: #cde8ff;
color: black;
}
MainWindow QListView#listWidget::item:hover {
background-color: #e5f3ff;
}