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
9accb962
Commit
9accb962
authored
Feb 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(sass): temp fix for dashboard edit tabs
parent
4ab3542c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
2 deletions
+29
-2
public/sass/_variables.scss
+2
-2
public/sass/components/_navs.scss
+27
-0
No files found.
public/sass/_variables.scss
View file @
9accb962
...
...
@@ -91,7 +91,7 @@ $form-sizes: (
// Typography
// -------------------------
$font-family-sans-serif
:
"
Open Sans"
,
"
Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
$font-family-sans-serif
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
$font-family-serif
:
Georgia
,
"Times New Roman"
,
Times
,
serif
;
$font-family-monospace
:
Menlo
,
Monaco
,
Consolas
,
"Courier New"
,
monospace
;
$font-family-base
:
$font-family-sans-serif
!
default
;
...
...
@@ -127,7 +127,7 @@ $lead-font-size: 1.25rem !default;
$lead-font-weight
:
300
!
default
;
$headings-margin-bottom
:
(
$spacer
/
2
)
!
default
;
$headings-font-family
:
inherit
!
default
;
$headings-font-family
:
"Open Sans"
!
default
;
$headings-font-weight
:
400
!
default
;
$headings-line-height
:
1
.1
!
default
;
...
...
public/sass/components/_navs.scss
View file @
9accb962
...
...
@@ -56,6 +56,7 @@
// Actual tabs (as links)
.nav-tabs
>
li
>
a
{
color
:
$text-color
;
padding-top
:
8px
;
padding-bottom
:
8px
;
line-height
:
$line-height-base
;
...
...
@@ -64,8 +65,10 @@
&
:hover
,
&
:focus
{
border-color
:
$divider-border-color
;
color
:
$link-color
;
}
}
// Active state, and it's :hover/:focus to override normal :hover/:focus
.nav-tabs
>
.active
>
a
,
.nav-tabs
>
.active
>
a
:hover
,
...
...
@@ -85,3 +88,27 @@
.tab-content
>
.active
{
display
:
block
;
}
// temp hack
.modal-body
,
.gf-box
{
.nav-tabs
{
border-bottom
:
none
;
}
.nav-tabs
>
li
>
a
{
border
:
none
;
border-radius
:
0
;
&
:hover
,
&
:focus
{
border-bottom
:
1px
solid
$blue
;
}
}
.nav-tabs
>
.active
>
a
,
.nav-tabs
>
.active
>
a
:hover
,
.nav-tabs
>
.active
>
a
:focus
{
border
:
none
;
border-bottom
:
1px
solid
$blue
;
color
:
$link-color
;
}
}
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