mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Improve buttons look
This commit is contained in:
@@ -121,7 +121,6 @@ stacksidebar {
|
||||
/*--*/
|
||||
|
||||
placessidebar{
|
||||
$_sidebar_color: if($variant == 'light', #222e39, #161925);
|
||||
&.sidebar{
|
||||
background-color: transparent;
|
||||
background-image:linear-gradient(to right, #171e27 40px,
|
||||
@@ -130,10 +129,8 @@ placessidebar{
|
||||
$_sidebar_color 100%);
|
||||
row{
|
||||
&.sidebar-row {
|
||||
margin-right: -14px;
|
||||
&.sidebar-row{
|
||||
.sidebar-icon {
|
||||
|
||||
margin-left:-14px;
|
||||
margin-right: 12px;
|
||||
padding-left: 14px;
|
||||
@@ -143,7 +140,6 @@ placessidebar{
|
||||
}
|
||||
&:hover{
|
||||
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
|
||||
color: rgba(0,0,0,0.76);
|
||||
background-color: transparent; /*rgba(65,67,75,0.4); */
|
||||
background-image:linear-gradient(to right, rgba(65,67,75,0) 40px, rgba(0,0,0,0.12) 40px,rgba(0,0,0,0.12) 97%);
|
||||
@@ -186,7 +182,6 @@ placessidebar{
|
||||
}
|
||||
list{
|
||||
background-color: transparent;
|
||||
|
||||
&:backdrop { background-color: transparent; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user