Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 5ecaa60

Browse files
committed
fix(website): fix #202; Fix icon header;
1 parent 4384cbf commit 5ecaa60

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

docs/source/partials/navigation.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
.ac-nav-container
33
.ac-nav-brand
44
%a.ac-logo{:href => "https://community.algolia.com/", :title => "Algolia Community"}
5-
%img.ac-logo__lg{:alt => "Algolia Community", :src => "https://res.cloudinary.com/hilnmyskv/image/upload/logo-community-inline-dark.svg", :class => "nav-icon no-mobile", :width => "150"}/
6-
%img.ac-logo__sm{:alt => "Algolia Community", :src => "https://res.cloudinary.com/hilnmyskv/image/upload/v1461180081/logo-community-sm.svg", :class => "community-badge no-desktop"}/
5+
%img.ac-logo__lg{:alt => "Algolia Community", :src => "https://res.cloudinary.com/hilnmyskv/image/upload/logo-community-inline-dark.svg", :class => "nav-icon", :width => "150"}/
6+
%img.ac-logo__sm{:alt => "Algolia Community", :src => "https://res.cloudinary.com/hilnmyskv/image/upload/v1461180081/logo-community-sm.svg", :class => "community-badge"}/
77
%span.ac-nav-brand-breadcrumb
88
%a.ac-nav-brand-title{:href => "./", :title => "Home", :data => {:path => "index.html"}} Places
99

docs/source/stylesheets/components/_footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
font-family: $font-settings !important;
1313
font-weight: 600;
1414
box-sizing: border-box;
15+
z-index: 10;
1516

1617
p {
1718
font-size: 12px;

docs/source/stylesheets/components/_navigation.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@
108108
width: auto;
109109
height: $navigation-height;
110110

111-
.searchbox {
112-
}
111+
113112

114113
.searchbox__submit svg {
115114
width: 12px;
@@ -133,6 +132,12 @@
133132
display: none;
134133
}
135134
}
135+
136+
.searchbox__input:focus ~ * {
137+
color:red;
138+
background: red;
139+
fill: red
140+
}
136141
}
137142

138143
.ac-nav-menu-list {

0 commit comments

Comments
 (0)