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

Commit

Permalink
set outline to none by default
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jun 9, 2021
1 parent 98a190b commit 0dbf23d
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 0dbf23d

Please sign in to comment.