Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
8440d2d0
Commit
8440d2d0
authored
Jun 19, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: fixed search issues with in active mode and keyboard nav
parent
724368d0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
public/app/core/components/search/search.ts
+1
-1
public/sass/components/_search.scss
+2
-5
public/sass/components/_view_states.scss
+1
-1
No files found.
public/app/core/components/search/search.ts
View file @
8440d2d0
...
...
@@ -77,7 +77,7 @@ export class SearchCtrl {
this
.
moveSelection
(
-
1
);
}
if
(
evt
.
keyCode
===
13
)
{
if
(
this
.
$scope
.
tag
Mode
)
{
if
(
this
.
tags
Mode
)
{
var
tag
=
this
.
results
[
this
.
selectedIndex
];
if
(
tag
)
{
this
.
filterByTag
(
tag
.
term
,
null
);
...
...
public/sass/components/_search.scss
View file @
8440d2d0
...
...
@@ -122,14 +122,11 @@
content
:
"\f015"
;
}
&
:hover
{
&
:hover
,
&
.selected
{
background-color
:
$tight-form-func-bg
;
@include
left-brand-border-gradient
();
}
&
.selected
{
background-color
:
$grafanaListBackground
;
}
}
.search-result-tags
{
...
...
public/sass/components/_view_states.scss
View file @
8440d2d0
...
...
@@ -51,7 +51,7 @@
.navbar-page-btn
{
border-color
:
transparent
;
background
:
transparent
;
transform
:
translate3d
(
-
95
px
,
0
,
0
);
transform
:
translate3d
(
-
50
px
,
0
,
0
);
transition
:
all
1
.5s
ease-in-out
1s
;
.icon-gf
{
opacity
:
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment