Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1667 from pypeclub/feature/remove_outline_from_st…
Browse files Browse the repository at this point in the history
…ylesheet

Remove outline in stylesheet
  • Loading branch information
iLLiCiTiT authored Jun 10, 2021
2 parents aaf8048 + 0dbf23d commit b236957
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions openpype/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Enabled vs Disabled logic in most of stylesheets
font-size: 9pt;
font-family: "Spartan";
font-weight: 450;
outline: none;
}

QWidget {
Expand Down Expand Up @@ -145,7 +146,6 @@ QComboBox:disabled {
QComboBox QAbstractItemView {
border: 1px solid {color:border};
background: {color:bg-inputs};
outline: none;
}

QComboBox QAbstractItemView::item:selected {
Expand Down Expand Up @@ -545,7 +545,6 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
#CompleterView {
border: 1px solid {color:border};
background: {color:bg-inputs};
outline: none;
}

#CompleterView::item {
Expand Down Expand Up @@ -583,9 +582,6 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
}

/* Standalone publisher */
#ComponentList {
outline: none;
}

#ComponentItem {
background: transparent;
Expand Down

0 comments on commit b236957

Please sign in to comment.