From f2d17268523db483c8562d3ee598cc462b89d6a0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 5 Mar 2025 21:15:35 +0200 Subject: [PATCH] style(next)/tab bar: do not use a distinct visual state for tabs being dragged in horizontal toolbar layout --- src/public/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index e02c81836..546607220 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -769,7 +769,7 @@ body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper { text-overflow: ellipsis; } -.tab-row-widget-is-sorting .note-tab[active] .note-tab-wrapper { +body.layout-vertical .tab-row-widget-is-sorting .note-tab[active] .note-tab-wrapper { transform: scale(0.85); box-shadow: var(--active-tab-dragging-shadow) !important; }