Skip to content

Commit

Permalink
D8CORE-6953: fixes to local task tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Oct 5, 2023
1 parent 7c6dffd commit fc9e472
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/stanford_basic/dist/css/theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
*/
#}
<div{{attributes}} class="layout centered-container {{ modifier_class }}"">
<div{{attributes}} class="layout centered-container {{ modifier_class }}">
<div>
{% block body %}
{{ content }}
Expand Down
1 change: 1 addition & 0 deletions themes/stanford_basic/src/scss/admin/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ a:focus {
top: -25px;
}
}

12 changes: 11 additions & 1 deletion themes/stanford_basic/src/scss/theme/menu/_local-tasks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,17 @@
ul {
display: flex;
flex-direction: row;
list-style: none;
margin-top: 15px;
padding-left: 0;

li {
line-height: unset;

a {
padding: 15px;
}
}
}

&.sticky {
Expand All @@ -54,7 +65,6 @@
order: 4;

a {
font-size: 0;

&::before {
@include padding(null 1em);
Expand Down

0 comments on commit fc9e472

Please sign in to comment.