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
15ab2329
Commit
15ab2329
authored
Nov 21, 2013
by
Thomas Park
Browse files
yeti: style navbar dropdown on focus
parent
2209c35e
Changes
3
Hide whitespace changes
Inline
Side-by-side
yeti/bootstrap.css
View file @
15ab2329
...
...
@@ -7507,11 +7507,13 @@ td.visible-print {
border
:
none
;
}
.navbar
.dropdown-menu
>
li
>
a
{
.navbar
.dropdown-menu
>
li
>
a
,
.navbar
.dropdown-menu
>
li
>
a
:focus
{
padding
:
12px
15px
;
font-size
:
13px
;
font-weight
:
300
;
color
:
#ffffff
;
background-color
:
transparent
;
}
.navbar
.dropdown-menu
>
li
>
a
:hover
,
...
...
yeti/bootstrap.min.css
View file @
15ab2329
This source diff could not be displayed because it is too large. You can
view the blob
instead.
yeti/bootswatch.less
View file @
15ab2329
...
...
@@ -25,8 +25,10 @@
border: none;
background-color: @navbar-default-bg;
> li > a {
> li > a,
> li > a:focus {
padding: 12px 15px;
background-color: transparent;
font-size: 13px;
font-weight: 300;
color: @navbar-default-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