Skip to content
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

Turn my account menu into ul, because it is a list #2914

Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/bootprint3/css/compiled.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions themes/bootstrap3/less/bootstrap.less
Expand Up @@ -378,6 +378,10 @@ footer {
}
}

ul.list-group {
list-style: none;
}

.dropdown-menu > li > .prompt-text {
&:extend(.dropdown-menu > li > a);

Expand Down
4 changes: 4 additions & 0 deletions themes/bootstrap3/scss/bootstrap.scss
Expand Up @@ -378,6 +378,10 @@ footer {
}
}

ul.list-group {
list-style: none;
}

.dropdown-menu > li > .prompt-text {
@extend .dropdown-menu > li > a;

Expand Down
1 change: 1 addition & 0 deletions themes/bootstrap3/scss/vendor/bootstrap/_theme.scss
Expand Up @@ -247,6 +247,7 @@
border-radius: $border-radius-base;
@include box-shadow(0 1px 2px rgba(0, 0, 0, .075));
}

demiankatz marked this conversation as resolved.
Show resolved Hide resolved
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
Expand Down
2 changes: 1 addition & 1 deletion themes/local_theme_example/css/compiled.css

Large diffs are not rendered by default.