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

Remove outline in stylesheet #1667

Merged
merged 1 commit into from
Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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