Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
8e492d8c
Unverified
Commit
8e492d8c
authored
Mar 11, 2017
by
David Haynes
Browse files
Finish navs section
- also fix coloring bug w/r/t pill elements
parent
e8f9e741
Pipeline
#1052
passed with stage
in 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
8e492d8c
...
@@ -837,7 +837,7 @@
...
@@ -837,7 +837,7 @@
</li>
</li>
</ul>
</ul>
<div
id=
"myTabContent"
class=
"tab-content"
>
<div
id=
"myTabContent"
class=
"tab-content"
>
<div
class=
"tab-pane fade active in"
id=
"home"
>
<div
class=
"tab-pane fade active
show
in"
id=
"home"
>
<p>
Raw denim you probably haven't heard of them jean shorts Austin.
<p>
Raw denim you probably haven't heard of them jean shorts Austin.
Nesciunt tofu stumptown aliqua, retro synth master cleanse.
Nesciunt tofu stumptown aliqua, retro synth master cleanse.
Mustache cliche tempor, williamsburg carles vegan helvetica.
Mustache cliche tempor, williamsburg carles vegan helvetica.
...
...
masonstrap/_masonstrap.scss
View file @
8e492d8c
...
@@ -216,10 +216,15 @@ label,
...
@@ -216,10 +216,15 @@ label,
}
}
.nav-tabs
{
.nav-tabs
{
.nav-link
,
.nav-link
{
color
:
$bg-classic
;
}
.nav-link.disabled
,
.nav-link.disabled
,
.nav-link.disabled
:hover
,
.nav-link.disabled
:hover
,
.nav-link.disabled
:focus
{
.nav-link.disabled
:focus
{
color
:
$nav-tabs-border-color
;
border-color
:
$nav-tabs-border-color
;
border-color
:
$nav-tabs-border-color
;
background-color
:
$gray-lightest
;
background-color
:
$gray-lightest
;
}
}
...
...
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