gtk/nautilus: Remove transparency from .floating-bar
Follow the Material Design guidelines more accurately.
Follow the Material Design guidelines more accurately.
by roundabout, Friday, 24 July 2020, 02:15:14 (1595556914), pushed by roundabout, Sunday, 11 May 2025, 13:22:54 (1746969774)
Author identity: nana-4 <hnmaigo@gmail.com>
0807aaa95dcf2b095cbc76f69d0820898d0de46c
border-width: 1px;
border-color: divider($on-surface);
border-radius: ($corner-radius + 1px) ($corner-radius + 1px) 0 0;
background-color: rgba($surface, .9);
background-color: $surface;
// axes left border and border radius
&.bottom.left {