From ff8bc695915fe3d1a8a73a3107313346c4980bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sat, 5 Sep 2026 23:24:47 +0200 Subject: [PATCH] theme changes, and accessibility htmlfor --- client/components/combobox.jsx | 2 + client/components/combobox.less | 2 +- .../editor/metadataEditor/metadataEditor.jsx | 28 +++-- .../editor/metadataEditor/metadataEditor.less | 117 ++++++++++-------- client/homebrew/editor/tagInput/tagInput.jsx | 4 +- 5 files changed, 86 insertions(+), 67 deletions(-) diff --git a/client/components/combobox.jsx b/client/components/combobox.jsx index 7c015d3d6..d769e5e58 100644 --- a/client/components/combobox.jsx +++ b/client/components/combobox.jsx @@ -7,6 +7,7 @@ const Combobox = createReactClass({ displayName : 'Combobox', getDefaultProps : function() { return { + id : '', className : '', trigger : 'hover', default : '', @@ -75,6 +76,7 @@ const Combobox = createReactClass({ onClick= {this.props.trigger == 'click' ? ()=>{this.handleDropdown(true);} : undefined} {...(this.props.tooltip ? { 'data-tooltip-right': this.props.tooltip } : {})}> this.handleInput(e)} value={this.state.value || ''} diff --git a/client/components/combobox.less b/client/components/combobox.less index a3c7527f2..126780493 100644 --- a/client/components/combobox.less +++ b/client/components/combobox.less @@ -4,7 +4,7 @@ .item i { position : absolute; right : 10px; - color : black; + color : inherit; } .dropdown-options { position : absolute; diff --git a/client/homebrew/editor/metadataEditor/metadataEditor.jsx b/client/homebrew/editor/metadataEditor/metadataEditor.jsx index 9377aa41c..46de86555 100644 --- a/client/homebrew/editor/metadataEditor/metadataEditor.jsx +++ b/client/homebrew/editor/metadataEditor/metadataEditor.jsx @@ -156,11 +156,11 @@ const MetadataEditor = createReactClass({ renderPublish : function(){ if(this.props.metadata.published){ - return