Skip to content

Commit

Permalink
Removes bottom menu top border.
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyonnetti committed Apr 26, 2024
1 parent b346e30 commit ca38456
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion claroalter_base/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ a:focus,
padding: 1px 0 4rem;
}
.region-content-bottom .navigation .menu {
box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
list-style: none;
margin-left: 0;
padding-top: 8px;
Expand Down
2 changes: 1 addition & 1 deletion claroalter_base/css/style.css.map

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

2 changes: 0 additions & 2 deletions claroalter_base/src/sass/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ a:focus,
padding: 1px 0 4rem;

.navigation .menu {
box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 10%);
list-style: none;
margin-left: 0;
padding-top: 8px;
Expand Down Expand Up @@ -105,7 +104,6 @@ h1.page-title {
}

// ! table sort

.tablesort--asc,
[dir="rtl"] .tablesort--asc {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' viewBox='0 0 10 12'%3e%3cpath d='M5 .44L.719 4.718 1.78 5.78 4.25 3.313v7.937h1.5V3.312l2.469 2.47L9.28 4.718 5 .439z' fill='%23424242'/%3e%3c/svg%3e");
Expand Down

0 comments on commit ca38456

Please sign in to comment.