Skip to content

Commit

Permalink
paper: no border for nav-justified on focus, closes thomaspark#443
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Apr 24, 2015
1 parent 979847f commit b2e7fb8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion paper/_bootswatch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,10 @@ input[type="checkbox"],

& > li > a,
& > li > a:hover,
& > li > a:focus,
& > .active > a,
& > .active > a:hover {
& > .active > a:hover,
& > .active > a:focus {
border: none;
}
}
Expand Down
4 changes: 3 additions & 1 deletion paper/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7139,8 +7139,10 @@ input[type="checkbox"]:disabled:checked:after,
}
.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover {
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: none;
}
.nav-tabs .dropdown-menu {
Expand Down
2 changes: 1 addition & 1 deletion paper/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion paper/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,10 @@ input[type="checkbox"],

& > li > a,
& > li > a:hover,
& > li > a:focus,
& > .active > a,
& > .active > a:hover {
& > .active > a:hover,
& > .active > a:focus {
border: none;
}
}
Expand Down

0 comments on commit b2e7fb8

Please sign in to comment.