-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default panel link color #9095
Comments
But that CSS rule is regarding the panel's title, not the panel's body... |
jsFiddle example of the problem, if you please. |
Ah, my mistake. I'm using panel-title in places it wasn't intended because it squashes margins. I'll have to have a rethink... |
Perhaps though, when a default panel is being used the link colour should still be @brand-primary and not inherit |
For now I think we'll leave it. I kind of like the simple aesthetics of it, and it matches the pattern of the other panels. |
Not sure about this bit of css. When a list group is inside a basic panel all links in list-group-item become
#333
..panel-title>a {
color: inherit;
}
Should it really be:
.panel-heading>a {
color: inherit;
}
The text was updated successfully, but these errors were encountered: