From cb3470951f7cf534c2a4495d86f262d8c2122c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 2 Sep 2026 10:38:39 +0200 Subject: [PATCH] v0.10.0 --- web/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/styles.css b/web/styles.css index 2bd1d04..d49d09f 100644 --- a/web/styles.css +++ b/web/styles.css @@ -6360,12 +6360,12 @@ body.flow-editor-open { overflow:hidden; } .flow-template-card.selected { border-color:var(--accent); box-shadow:0 0 0 1px var(--accent-border); } .flow-template-card-main { display:grid; gap:7px; width:100%; min-height:118px; border:0; background:transparent; color:var(--text); padding:14px 42px 14px 14px; text-align:left; align-content:start; cursor:pointer; } .flow-template-card-main span { color:var(--muted); font-size:.86rem; line-height:1.4; } -.flow-template-favorite { width:30px; height:30px; display:grid; place-items:center; border:0; border-radius:8px; background:transparent; color:var(--muted); cursor:pointer; font-size:1.22rem; line-height:1; opacity:.72; transition:color .15s ease, background .15s ease, opacity .15s ease, transform .15s ease; } +.flow-template-favorite { width:26px; height:26px; display:grid; place-items:center; border:0; padding:0; background:transparent; color:var(--muted); cursor:pointer; font-size:1.22rem; line-height:1; opacity:.72; transition:color .15s ease, opacity .15s ease, transform .15s ease; } .flow-template-card > .flow-template-favorite { position:absolute; right:8px; top:8px; } -.flow-template-favorite:hover { color:var(--text); background:var(--surface); opacity:1; } +.flow-template-favorite:hover { color:var(--text); background:transparent; opacity:1; transform:scale(1.08); } .flow-template-favorite:focus-visible { outline:2px solid var(--accent); outline-offset:2px; opacity:1; } .flow-template-favorite.active { color:var(--accent); background:transparent; opacity:1; } -.flow-template-favorite.active:hover { background:var(--accent-soft); } +.flow-template-favorite.active:hover { background:transparent; } .flow-template-favorite:active { transform:scale(.92); } .flow-template-preview .form-actions { margin-top:0; padding-top:10px; border-top:1px solid var(--line); }