Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
d0e62e12
Commit
d0e62e12
authored
Jul 25, 2014
by
Aron Carroll
Committed by
Randall Leeds
Aug 01, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use border only on active nav-tabs item
parent
e1256ce9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
app.scss
h/static/styles/app.scss
+1
-0
common.scss
h/static/styles/common.scss
+7
-6
No files found.
h/static/styles/app.scss
View file @
d0e62e12
...
...
@@ -91,6 +91,7 @@ ol {
font-family
:
$sans-font-family
;
margin-bottom
:
.72em
;
position
:
relative
;
background-color
:
$body-background
;
.close
{
position
:
absolute
;
...
...
h/static/styles/common.scss
View file @
d0e62e12
...
...
@@ -413,7 +413,6 @@ blockquote {
//TABS////////////////////////////////
.nav-tabs
{
background-color
:
$body-background
;
border
:
1px
none
$gray-lighter
;
border-bottom-style
:
solid
;
padding
:
0
.9em
1em
1
.1em
;
...
...
@@ -427,7 +426,7 @@ blockquote {
font-weight
:
bold
;
color
:
$gray-dark
;
cursor
:
pointer
;
border-bottom
:
3px
solid
$gray-lighter
;
border-bottom
:
3px
solid
transparent
;
padding-left
:
2
/
13
*
1em
;
padding-right
:
2
/
13
*
1em
;
padding-bottom
:
3
/
13
*
1em
;
...
...
@@ -436,12 +435,15 @@ blockquote {
&
:active
a
{
position
:
relative
;
top
:
1
/
13
*
1em
;
padding-bottom
:
2
/
13
*
1em
;
}
&
:active
a
,
&
.active
:active
a
{
top
:
0
;
}
&
.active
a
{
border-color
:
$
hypothered-desat
;
border-color
:
$
gray-lighter
;
}
&
:before
{
...
...
@@ -456,7 +458,6 @@ blockquote {
}
.tab-content
{
background
:
$white
;
line-height
:
1
.4
;
padding
:
1em
;
...
...
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