mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 07:29:51 +01:00
Fix sidebar transition issue #69
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
$ease-out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
$asset_suffix: if($variant=='dark', '-dark', '');
|
||||
$backdrop_transition: 200ms ease-out;
|
||||
$sidebar_backdrop_transition: 200ms $ease-out-quad;
|
||||
$button_transition: all 200ms $ease-out-quad;
|
||||
|
||||
* {
|
||||
|
||||
@@ -4014,8 +4014,7 @@ treeview ~ scrollbar.vertical {
|
||||
border-right-style: none; }
|
||||
.sidebar:backdrop {
|
||||
background-color: #181b28;
|
||||
border-color: rgba(91, 93, 102, 0.19);
|
||||
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
border-color: rgba(91, 93, 102, 0.19); }
|
||||
.sidebar row {
|
||||
padding: 8px 12px;
|
||||
transition: all .12s ease-in; }
|
||||
|
||||
@@ -4021,8 +4021,7 @@ treeview ~ scrollbar.vertical {
|
||||
border-right-style: none; }
|
||||
.sidebar:backdrop {
|
||||
background-color: #e7eaed;
|
||||
border-color: rgba(142, 142, 142, 0.217);
|
||||
transition: 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
border-color: rgba(142, 142, 142, 0.217); }
|
||||
.sidebar row {
|
||||
padding: 8px 12px;
|
||||
transition: all .12s ease-in; }
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
&:backdrop {
|
||||
background-color: $backdrop_sidebar_bg_color;
|
||||
border-color: $backdrop_borders_color;
|
||||
transition: $sidebar_backdrop_transition;
|
||||
}
|
||||
|
||||
row{
|
||||
|
||||
Reference in New Issue
Block a user