diff options
| author | Mark Otto <[email protected]> | 2011-10-07 23:56:14 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-07 23:56:14 -0700 |
| commit | e025de9a83a74822c8841142971f14eae2729fc1 (patch) | |
| tree | 6920d56af08b282bb97d67c8b93565cbdaa0c7e6 /lib/patterns.less | |
| parent | 970c51dd996da0da8e67a4fc8fd899a5ec5af34e (diff) | |
| download | bootstrap-e025de9a83a74822c8841142971f14eae2729fc1.tar.xz bootstrap-e025de9a83a74822c8841142971f14eae2729fc1.zip | |
bring hover state back to the .brand element in the topbar to fix a bug
Diffstat (limited to 'lib/patterns.less')
| -rw-r--r-- | lib/patterns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patterns.less b/lib/patterns.less index ccf99f214..117783059 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -25,7 +25,7 @@ // Hover and active states // h3 for backwards compatibility h3 a:hover, - .brand a:hover, + .brand:hover, ul .active > a { background-color: #333; background-color: rgba(255,255,255,.05); |
