Remove non-functional styling from themes

This commit is contained in:
Nyall Dawson 2024-07-18 12:30:51 +10:00
parent eaf84540fd
commit ff63048a89
2 changed files with 1 additions and 22 deletions

View File

@ -1181,17 +1181,6 @@ QgsMessageBar QScrollBar::down-arrow:vertical {
image: url(@theme_path/icons/arrow-down.svg);
}
QgsPropertyOverrideButton, QgsPropertyOverrideButton:hover, QgsPropertyOverrideButton:pressed {
background: none;
border: 1px solid rgba(0, 0, 0, 0%);
padding: 0px;
}
QgsPropertyOverrideButton:focus {
border:1px solid @focusdark;
border-radius: 0.2em;
}
QListWidget#mOptionsListWidget {
background-color: @itemdarkbackground;
color: @itembackground;

View File

@ -1252,16 +1252,6 @@ QgsMessageBar QScrollBar::down-arrow:vertical {
image: url(@theme_path/icons/arrow-down.svg);
}
QgsPropertyOverrideButton, QgsPropertyOverrideButton:hover, QgsPropertyOverrideButton:pressed {
background: none;
border: 1px solid rgba(0, 0, 0, 0%);
padding: 0px;
}
QgsPropertyOverrideButton:focus {
border:1px solid @focusdark;
}
QListWidget#mOptionsListWidget {
background-color: @itembackground;
color: @text;