Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions web_src/css/actions.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@
overflow-x: auto;
}

.runner-container .runner-new-text {
color: var(--color-white);
}

.runner-container #runner-new:hover .runner-new-text {
color: var(--color-white) !important;
}

.runner-container .task-status-success {
background-color: var(--color-green);
color: var(--color-white);
Expand Down
13 changes: 0 additions & 13 deletions web_src/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -643,10 +643,6 @@ overflow-menu .ui.label {
color: var(--color-primary-contrast);
}

.archived-icon {
color: var(--color-secondary-dark-2) !important;
}

.oauth2-authorize-application-box {
margin-top: 3em !important;
}
Expand All @@ -670,10 +666,6 @@ overflow-menu .ui.label {
min-width: 50px;
}

.lines-num span.bottom-line::after {
border-bottom: 1px solid var(--color-secondary);
}

.lines-num span::after {
content: attr(data-line-number);
line-height: var(--line-height-code) !important;
Expand Down Expand Up @@ -783,11 +775,6 @@ tr.top-line-blame:first-of-type {
border-top: none; /* merge code lines belonging to the same commit into one block */
}

.lines-code .bottom-line,
.lines-commit .bottom-line {
border-bottom: 1px solid var(--color-secondary);
}

.migrate .svg.gitea-git {
color: var(--color-git);
}
Expand Down
4 changes: 3 additions & 1 deletion web_src/css/markup/asciicast.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
height: auto;
}

.ap-terminal {
/* Related: https://github.com/asciinema/asciinema-player/blob/develop/src/components/Terminal.js : <div class="ap-term" ...>
Old PR: Fix UI regression of asciinema player https://github.com/go-gitea/gitea/pull/26159 */
.ap-term {
Comment thread
silverwind marked this conversation as resolved.
overflow: hidden !important;
}
Comment thread
wxiaoguang marked this conversation as resolved.
69 changes: 0 additions & 69 deletions web_src/css/markup/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ In markup content, we always use bottom margin for all elements */
padding-inline-start: 2em;
}

.markup ul.no-list,
.markup ol.no-list {
padding: 0;
list-style-type: none;
}

.markup .task-list-item {
list-style-type: none;
}
Expand Down Expand Up @@ -357,69 +351,6 @@ html[data-gitea-theme-dark="false"] .markup img[src*="#gh-dark-mode-only"] {
color: var(--color-text);
}

.markup span.align-center {
display: block;
overflow: hidden;
clear: both;
}

.markup span.align-center > span {
display: block;
margin: 13px auto 0;
overflow: hidden;
text-align: center;
}

.markup span.align-center span img,
.markup span.align-center span video {
margin: 0 auto;
text-align: center;
}

.markup span.align-right {
display: block;
overflow: hidden;
clear: both;
}

.markup span.align-right > span {
display: block;
margin: 13px 0 0;
overflow: hidden;
text-align: right;
}

.markup span.align-right span img,
.markup span.align-right span video {
margin: 0;
text-align: right;
}

.markup span.float-left {
display: block;
float: left;
margin-inline-end: 13px;
overflow: hidden;
}

.markup span.float-left span {
margin: 13px 0 0;
}

.markup span.float-right {
display: block;
float: right;
margin-inline-start: 13px;
overflow: hidden;
}

.markup span.float-right > span {
display: block;
margin: 13px auto 0;
overflow: hidden;
text-align: right;
}

.markup code,
.markup tt {
padding: 0.2em 0.4em;
Expand Down
8 changes: 0 additions & 8 deletions web_src/css/modules/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,11 @@
display: block;
}

.scrolling.dimmable.dimmed {
overflow: hidden;
}

.scrolling.dimmable > .dimmer {
justify-content: flex-start;
position: fixed;
}

.scrolling.dimmable.dimmed > .dimmer {
overflow: auto;
}

.modals.dimmer .ui.scrolling.modal {
margin: 2rem auto;
}
Expand Down
9 changes: 0 additions & 9 deletions web_src/css/repo.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,6 @@ td .commit-summary {
min-width: 100px;
}

.repository.view.issue .instruct-toggle {
display: inline-block;
}

/* issue title & meta & edit */
.issue-title-header {
width: 100%;
Expand Down Expand Up @@ -1463,11 +1459,6 @@ tbody.commit-list {
}
}

.commit-list .commit-status-link {
display: inline-block;
vertical-align: middle;
}

.commit-body {
margin: 0.25em 0;
white-space: pre-wrap;
Expand Down