forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
twbs#333 faceted search - links are grey
- Loading branch information
1 parent
199e1b2
commit 7ef2d7f
Showing
4 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -269,6 +269,10 @@ a.anchor{display: block; position: relative; top: -60px; visibility: hidden;} | |
font-size: 2em; | ||
} | ||
|
||
#facet-search a { | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
PanosSynetos
Author
|
||
color: @gray; | ||
} | ||
|
||
/**************** INFLUENCERS *************************/ | ||
|
||
li.facet-hover div:hover{ | ||
|
code review: I think this type of selectors are bad practice. cf. http://www.codecademy.com/forum_questions/50b26dcfa6e5461b2a0003b9 (code comment)