mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
Update #1093
This commit is contained in:
parent
ca9cc433ba
commit
c9375999b4
@ -2104,18 +2104,18 @@ headerbar {
|
|||||||
// Reset linking entrys
|
// Reset linking entrys
|
||||||
.linked:not(.vertical) > entry {
|
.linked:not(.vertical) > entry {
|
||||||
@include entry(header-normal);
|
@include entry(header-normal);
|
||||||
margin: 8px ($container_padding / 2 + 1px);
|
// margin: 8px ($container_padding / 2 + 1px);
|
||||||
padding: 0 $container_padding * 2;
|
padding: 0 $container_padding * 2;
|
||||||
border-radius: $bt_radius;
|
// border-radius: $bt_radius;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-radius: $bt_radius;
|
// border-radius: $bt_radius;
|
||||||
@include entry(header-focus);
|
@include entry(header-focus);
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled {
|
&:disabled {
|
||||||
border-radius: $bt_radius;
|
// border-radius: $bt_radius;
|
||||||
@include entry(header-insensitive);
|
@include entry(header-insensitive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,6 +26,37 @@ $flap_sidebar_size: 240px;
|
|||||||
$header_border 40%);
|
$header_border 40%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
%nautilus_view {
|
||||||
|
border-radius: $bt_radius;
|
||||||
|
transition: background-color $longer_duration $deceleration_curve;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: $fill_color;
|
||||||
|
transition-duration: $shorter_duration;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active:not(:selected):not(:hover) {
|
||||||
|
color: $fg_color;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:selected:active, &:hover:active {
|
||||||
|
color: $fg_color;
|
||||||
|
background-color: $track_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
color: $disabled_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:selected {
|
||||||
|
color: $fg_color;
|
||||||
|
background-color: $visit_color;
|
||||||
|
|
||||||
|
&:hover { background-color: $track_color; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.nautilus-window {
|
.nautilus-window {
|
||||||
@if $nautilus_style == 'stable' or $nautilus_style == 'glassy' {
|
@if $nautilus_style == 'stable' or $nautilus_style == 'glassy' {
|
||||||
&.background.csd {
|
&.background.csd {
|
||||||
@ -115,34 +146,7 @@ $flap_sidebar_size: 240px;
|
|||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
|
|
||||||
child.activatable {
|
child.activatable {
|
||||||
border-radius: $bt_radius;
|
@extend %nautilus_view;
|
||||||
transition: background-color $longer_duration $deceleration_curve;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background-color: $fill_color;
|
|
||||||
transition-duration: $shorter_duration;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active:not(:selected):not(:hover) {
|
|
||||||
color: $fg_color;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:selected:active, &:hover:active {
|
|
||||||
color: $fg_color;
|
|
||||||
background-color: $track_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:disabled {
|
|
||||||
color: $disabled_fg_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:selected {
|
|
||||||
color: $fg_color;
|
|
||||||
background-color: $visit_color;
|
|
||||||
|
|
||||||
&:hover { background-color: $track_color; }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -160,8 +164,19 @@ $flap_sidebar_size: 240px;
|
|||||||
> row.activatable {
|
> row.activatable {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border-radius: $bt_radius;
|
@extend %nautilus_view;
|
||||||
@extend %row_activatable;
|
|
||||||
|
> cell {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
> widget#NautilusViewCell {
|
||||||
|
padding: $container_padding $container_padding * 1.5;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
+ row {
|
||||||
|
margin-top: $container_padding / 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user