mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
set outline to none by default
This commit is contained in:
parent
98a190bf75
commit
0dbf23d463
1 changed files with 1 additions and 5 deletions
|
|
@ -22,6 +22,7 @@ Enabled vs Disabled logic in most of stylesheets
|
|||
font-size: 9pt;
|
||||
font-family: "Spartan";
|
||||
font-weight: 450;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
QWidget {
|
||||
|
|
@ -145,7 +146,6 @@ QComboBox:disabled {
|
|||
QComboBox QAbstractItemView {
|
||||
border: 1px solid {color:border};
|
||||
background: {color:bg-inputs};
|
||||
outline: none;
|
||||
}
|
||||
|
||||
QComboBox QAbstractItemView::item:selected {
|
||||
|
|
@ -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 {
|
||||
|
|
@ -583,9 +582,6 @@ QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
|
|||
}
|
||||
|
||||
/* Standalone publisher */
|
||||
#ComponentList {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#ComponentItem {
|
||||
background: transparent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue