Commit e7d45184 authored by Mark Otto's avatar Mark Otto
Browse files

swap last .btn-dark reference

parent 5d02b8c3
2 merge requests!21422.0.2 wip,!1952Tabulation navigation with Typeahead
Showing with 2 additions and 2 deletions
+2 -2
No preview for this file type
...@@ -1832,7 +1832,7 @@ table .span12 { ...@@ -1832,7 +1832,7 @@ table .span12 {
.btn-danger.active, .btn-danger.active,
.btn-success.active, .btn-success.active,
.btn-info.active, .btn-info.active,
.btn-dark.active { .btn-inverse.active {
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
} }
.btn-primary { .btn-primary {
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
.btn-danger.active, .btn-danger.active,
.btn-success.active, .btn-success.active,
.btn-info.active, .btn-info.active,
.btn-dark.active { .btn-inverse.active {
color: rgba(255,255,255,.75); color: rgba(255,255,255,.75);
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment