by roundabout, Thursday, 27 February 2020, 16:53:17 (1582822397), pushed by roundabout, Sunday, 11 May 2025, 13:22:49 (1746969769)
Author identity: nana-4 <hnmaigo@gmail.com>
f4fbf946be975de6f45909041eb4968380f68419
src/_sass/gnome-shell/_common-3.26.scss
@@ -23,30 +23,6 @@
border-radius: 0;
}
//search entry
.search-entry {
width: 320px - 8px * 2;
padding: 0 8px;
border-radius: $corner-radius $corner-radius 0 0;
color: on(dark, text-disabled);
selection-background-color: on(dark, stroke);
selected-color: on(dark);
@include entry(normal,$fc:on(dark, stroke));
&:hover { @include entry(hover,$fc:on(dark, stroke)); }
&:focus {
@include entry(focus,$fc:on(dark));
padding: 0 8px;
border-width: 0;
color: on(dark);
}
.search-entry-icon { icon-size: 16px; padding: 0 0; color: on(dark, text2); }
&:hover, &:focus {
.search-entry-icon { color: on(dark); }
}
}
//search results
#searchResultsBin {
src/_sass/gnome-shell/_common-3.28.scss
@@ -23,30 +23,6 @@
border-radius: 0;
}
//search entry
.search-entry {
width: 320px - 8px * 2;
padding: 0 8px;
border-radius: $corner-radius $corner-radius 0 0;
color: on(dark, text-disabled);
selection-background-color: on(dark, stroke);
selected-color: on(dark);
@include entry(normal,$fc:on(dark, stroke));
&:hover { @include entry(hover,$fc:on(dark, stroke)); }
&:focus {
@include entry(focus,$fc:on(dark));
padding: 0 8px;
border-width: 0;
color: on(dark);
}
.search-entry-icon { icon-size: 16px; padding: 0 0; color: on(dark, text2); }
&:hover, &:focus {
.search-entry-icon { color: on(dark); }
}
}
//search results
#searchResultsBin {
src/_sass/gnome-shell/_common-3.30.scss
@@ -23,30 +23,6 @@
border-radius: 0;
}
//search entry
.search-entry {
width: 320px - 8px * 2;
padding: 0 8px;
border-radius: $corner-radius $corner-radius 0 0;
color: on(dark, text-disabled);
selection-background-color: on(dark, stroke);
selected-color: on(dark);
@include entry(normal,$fc:on(dark, stroke));
&:hover { @include entry(hover,$fc:on(dark, stroke)); }
&:focus {
@include entry(focus,$fc:on(dark));
padding: 0 8px;
border-width: 0;
color: on(dark);
}
.search-entry-icon { icon-size: 16px; padding: 0 0; color: on(dark, text2); }
&:hover, &:focus {
.search-entry-icon { color: on(dark); }
}
}
//search results
#searchResultsBin {
src/_sass/gnome-shell/_common-3.32.scss
@@ -34,30 +34,6 @@
border: 1px solid on(dark, primary);
}
//search entry
.search-entry {
width: 320px - 8px * 2;
padding: 0 8px;
border-radius: $corner-radius $corner-radius 0 0;
color: on(dark, text-disabled);
selection-background-color: on(dark, stroke);
selected-color: on(dark);
@include entry(normal,$fc:on(dark, stroke));
&:hover { @include entry(hover,$fc:on(dark, stroke)); }
&:focus {
@include entry(focus,$fc:on(dark));
padding: 0 8px;
border-width: 0;
color: on(dark);
}
.search-entry-icon { icon-size: 16px; padding: 0 0; color: on(dark, text2); }
&:hover, &:focus {
.search-entry-icon { color: on(dark); }
}
}
//search results
#searchResultsBin {
src/_sass/gnome-shell/_common-3.34.scss
@@ -60,30 +60,6 @@
-pie-background-color: $overlay-selected;
}
//search entry
.search-entry, %search_entry {
width: 320px - 8px * 2;
padding: 0 8px;
border-radius: $corner-radius $corner-radius 0 0;
color: on(dark, text-disabled);
selection-background-color: on(dark, stroke);
selected-color: on(dark);
@include entry(normal,$fc:on(dark, stroke));
&:hover { @include entry(hover,$fc:on(dark, stroke)); }
&:focus {
@include entry(focus,$fc:on(dark));
padding: 0 8px;
border-width: 0;
color: on(dark);
}
.search-entry-icon { icon-size: 16px; padding: 0 0; color: on(dark, text2); }
&:hover, &:focus {
.search-entry-icon { color: on(dark); }
}
}
//search results
#searchResultsContent {
src/_sass/gnome-shell/_components.scss
@@ -33,7 +33,7 @@
// Overview
@import 'components/overview/overview';
@import 'components/overview/window-picker';
// @import 'components/overview/search-entry';
@import 'components/overview/search-entry';
// @import 'components/overview/search-results';
// @import 'components/overview/app-grid';
// @import 'components/overview/dash';
src/_sass/gnome-shell/components/overview/_search-entry.scss
@@ -1,35 +1,41 @@
// Search entry
$search_entry_width: 320px;
$search_entry_height: 36px;
%search_entry,
%search-entry,
.search-entry {
width: $search_entry_width;
padding: $base_padding+1 $base_padding+3;
border-radius: $search_entry_height * 0.5; // half the height
color: transparentize($fg_color,0.3);
background-color: $bg_color;
border-color: $borders_color;
width: 320px - 8px * 2;
padding: 0 8px;
border-radius: $corner-radius $corner-radius 0 0;
color: on(dark, text-disabled);
selection-background-color: on(dark, stroke);
selected-color: on(dark);
@include entry(normal, $fc: on(dark, stroke));
&:hover {
background-color: $hover_bg_color;
border-color: $hover_borders_color;
color: $hover_fg_color;
@include entry(hover, $fc: on(dark, stroke));
color: on(dark, text-disabled);
}
&:focus {
padding: $base_padding $base_padding+2; // 1px less to account for wider border
border-width: 2px;
border-style: solid;
border-color: $selected_bg_color;
color: $fg_color;
box-shadow: inset 0 1px 2px 1px rgba(0,0,0,0.2);
@include entry(focus, $fc: on(dark));
padding: 0 8px;
border: 0;
color: on(dark);
}
StLabel.hint-text {
color: on(dark, text2);
}
.search-entry-icon {
icon-size: $base_icon_size;
.search-entry-icon {
icon-size: 16px;
padding: 0 4px;
color: inherit;
color: on(dark, text2);
}
&:hover,
&:focus {
.search-entry-icon {
color: on(dark);
}
}
}
}