Skip to content

Commit

Permalink
Merge pull request #23 from kitt1987/ran-8bwlq
Browse files Browse the repository at this point in the history
Fix style of subnavbar
  • Loading branch information
kitt1987 authored Jul 14, 2020
2 parents e5d7da5 + 9c01a6d commit 2f894e3
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ summary.btn-with-count, button.btn-with-count {
}

header,
.gh-header-shadow,
.footer,
.footer>div,
.pagehead,
.UnderlineNav,
.flash-full,
Expand All @@ -118,7 +121,9 @@ table.diff-table,
table.diff-table>tbody,
tr.js-expandable-line,
tr.js-expandable-line>td,
tr.js-expandable-line>td>a {
tr.js-expandable-line>td>a,
.discussion-timeline-actions,
.discussion-sidebar-item {
border-radius: 0 !important;
}

Expand All @@ -137,6 +142,19 @@ tr.js-expandable-line>td>a {
border-bottom-right-radius: 0 !important;
}

div.rounded-1 {
border-radius: 3px !important;
}

div.merge-status-list {
border: none;
}

.tabnav-tab {
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}

/* navbar */
main>div.pagehead {
box-shadow: inset 0 -1px 0 #e1e4e8;
Expand Down

0 comments on commit 2f894e3

Please sign in to comment.