mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
drop .muted for .text-muted
This commit is contained in:
+3
-3
@@ -28,9 +28,9 @@ em { font-style: italic; }
|
||||
cite { font-style: normal; }
|
||||
|
||||
// Utility classes
|
||||
.muted { color: @grayLight; }
|
||||
a.muted:hover,
|
||||
a.muted:focus { color: darken(@grayLight, 10%); }
|
||||
.text-muted { color: @grayLight; }
|
||||
a.text-muted:hover,
|
||||
a.text-muted:focus { color: darken(@grayLight, 10%); }
|
||||
|
||||
.text-warning { color: @state-warning-text; }
|
||||
a.text-warning:hover,
|
||||
|
||||
Reference in New Issue
Block a user