Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
fix btn-primary:hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Sep 17, 2015
1 parent 5f0ab80 commit 1b8b57c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion dist/css/m8tro.css
Original file line number Diff line number Diff line change
Expand Up @@ -7014,7 +7014,8 @@ a.list-group-item.active > .badge,
.open > .dropdown-toggle.dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.dropdown-toggle.btn-primary:hover {
color: #ffffff;
color: #000000;
background-color: #ffffff;
border: 1px #ffffff solid;
}
.btn-primary .btn-primary + .dropdown-menu,
Expand Down
2 changes: 1 addition & 1 deletion dist/css/m8tro.min.css

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions src/themes/m8tro/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
}

.btn-primary,
.dropdown-toggle.btn-primary, {
.dropdown-toggle.btn-primary {
color: @link-color;
border: 1px @link-color solid;

Expand All @@ -273,7 +273,8 @@ a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
.open>.dropdown-toggle&.focus,
.open>.dropdown-toggle&:focus,
.open>.dropdown-toggle&:hover, {
color: @link-color;
color: @body-bg;
background-color: @link-color;
border: 1px @link-color solid;
}

Expand Down

0 comments on commit 1b8b57c

Please sign in to comment.