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

Commit 1b8b57c

Browse files
committedSep 17, 2015
fix btn-primary:hover color
1 parent 5f0ab80 commit 1b8b57c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
 

‎dist/css/m8tro.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -7014,7 +7014,8 @@ a.list-group-item.active > .badge,
70147014
.open > .dropdown-toggle.dropdown-toggle.btn-primary:focus,
70157015
.open > .dropdown-toggle.btn-primary:hover,
70167016
.open > .dropdown-toggle.dropdown-toggle.btn-primary:hover {
7017-
color: #ffffff;
7017+
color: #000000;
7018+
background-color: #ffffff;
70187019
border: 1px #ffffff solid;
70197020
}
70207021
.btn-primary .btn-primary + .dropdown-menu,

‎dist/css/m8tro.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎src/themes/m8tro/theme.less

+3-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
261261
}
262262

263263
.btn-primary,
264-
.dropdown-toggle.btn-primary, {
264+
.dropdown-toggle.btn-primary {
265265
color: @link-color;
266266
border: 1px @link-color solid;
267267

@@ -273,7 +273,8 @@ a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
273273
.open>.dropdown-toggle&.focus,
274274
.open>.dropdown-toggle&:focus,
275275
.open>.dropdown-toggle&:hover, {
276-
color: @link-color;
276+
color: @body-bg;
277+
background-color: @link-color;
277278
border: 1px @link-color solid;
278279
}
279280

0 commit comments

Comments
 (0)
This repository has been archived.