update
This commit is contained in:
parent
00e358009d
commit
0c331000c5
@ -29,21 +29,23 @@
|
|||||||
min-height: $medium_size;
|
min-height: $medium_size;
|
||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
transition-duration: 100ms;
|
transition-duration: 100ms;
|
||||||
|
border-bottom: 2px solid transparent;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
box-shadow: inset 0 -2px 0px $track_color;
|
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
border-color: $track_color
|
||||||
}
|
}
|
||||||
|
|
||||||
&:selected {
|
&:selected {
|
||||||
border-bottom-width: 0;
|
|
||||||
border-color: transparent;
|
|
||||||
background-color: rgba($base_color, 0.01);
|
background-color: rgba($base_color, 0.01);
|
||||||
box-shadow: inset 0 -2px 0px $light_alt_fg_color;
|
border-color: $primary_color;
|
||||||
color: $fg_color;
|
color: $fg_color;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
StBoxLayout#EvalBox { padding: 4px; spacing: 4px; }
|
StBoxLayout#EvalBox { padding: 4px; spacing: 4px; }
|
||||||
StBoxLayout#ResultsArea { spacing: 4px; }
|
StBoxLayout#ResultsArea { spacing: 4px; }
|
||||||
}
|
}
|
||||||
@ -85,25 +87,29 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Extensions
|
// Extensions
|
||||||
#lookingGlassExtensions { padding: 4px; }
|
#lookingGlassExtensions {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.lg-extensions-list {
|
.lg-extensions-list {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
spacing: 6px;
|
spacing: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg-extension {
|
.lg-extension {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: $bt_radius;
|
border-radius: $bt_radius;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
|
background-color: $divider_color;
|
||||||
|
color: $alt_fg_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg-extension-name {
|
.lg-extension-name {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lg-extension-meta {
|
.lg-extension-meta {
|
||||||
spacing: 6px;
|
spacing: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Inspector
|
// Inspector
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
#searchResultsContent {
|
#searchResultsContent {
|
||||||
max-width: 1024px;
|
max-width: 1024px;
|
||||||
spacing: $base_margin * 2;
|
spacing: $base_margin * 2;
|
||||||
|
@include font(body-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
// search results sections "the boxes"
|
// search results sections "the boxes"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user