mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Remove redundant stylesheet overrides
This commit is contained in:
parent
b5b661e982
commit
1500c1cc33
1 changed files with 1 additions and 5 deletions
|
|
@ -856,11 +856,7 @@ class PublisherWindow(QtWidgets.QDialog):
|
|||
|
||||
def _invalidate_comment_field(self):
|
||||
self._comment_invalid_timer.start()
|
||||
self._comment_input.setStyleSheet(
|
||||
"border-style: solid;"
|
||||
"border-width: 1px;"
|
||||
"border-color: #DD2020"
|
||||
)
|
||||
self._comment_input.setStyleSheet("border-color: #DD2020")
|
||||
# Set focus so user can start typing and is pointed towards the field
|
||||
self._comment_input.setFocus()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue