diff options
| author | Mark Otto <[email protected]> | 2013-08-04 23:44:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-04 23:44:02 -0700 |
| commit | a2823d0f5efa3bf8c831de65a13d240e295493e2 (patch) | |
| tree | 2941390ac63dd194ca20a154a532e2d8d917f2e0 /less | |
| parent | d95ff9da81057ed0abb12dcfe9a8422416916516 (diff) | |
| download | bootstrap-a2823d0f5efa3bf8c831de65a13d240e295493e2.tar.xz bootstrap-a2823d0f5efa3bf8c831de65a13d240e295493e2.zip | |
Fixes #9061: Panel titles should inherit color when linked
Diffstat (limited to 'less')
| -rw-r--r-- | less/panels.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/less/panels.less b/less/panels.less index 715ae1873..87a786524 100644 --- a/less/panels.less +++ b/less/panels.less @@ -47,6 +47,9 @@ margin-bottom: 0; font-size: (@font-size-base * 1.25); font-weight: 500; + > a { + color: inherit; + } } // Optional footer (stays gray in every modifier class) |
