diff --git a/src/OberleisteApp.jsx b/src/OberleisteApp.jsx index 17c86de..eca3131 100644 --- a/src/OberleisteApp.jsx +++ b/src/OberleisteApp.jsx @@ -160,14 +160,25 @@ function BarCombo({ )} {/* Combined pill: select + optional gear, gemeinsamer bg + border */} -
+
{ + if (disabled) return + e.currentTarget.style.borderColor = 'var(--accent)' + e.currentTarget.style.background = 'var(--bg-item-hover)' + }} + onMouseLeave={(e) => { + e.currentTarget.style.borderColor = 'var(--border)' + e.currentTarget.style.background = 'var(--bg-input)' + }} + style={{ + display: 'inline-flex', alignItems: 'stretch', + height: BAR_H, width, + background: 'var(--bg-input)', + border: '1px solid var(--border)', + borderRadius: 999, + overflow: 'hidden', + transition: 'border-color 0.15s, background 0.15s', + }}>