Various CSS tweaks (#21244)
- Remove arc-green specific rules and instead fix the colors in the base rules. - Make file table row border visible on arc-green. - Remove remnants of fomantic accordeon module that was removed.
This commit is contained in:
parent
301d84e83a
commit
3f9e323ecd
5 changed files with 61 additions and 99 deletions
|
@ -50,7 +50,6 @@
|
||||||
@table : 'default';
|
@table : 'default';
|
||||||
|
|
||||||
/* Modules */
|
/* Modules */
|
||||||
@accordion : 'default';
|
|
||||||
@calendar : 'default';
|
@calendar : 'default';
|
||||||
@checkbox : 'default';
|
@checkbox : 'default';
|
||||||
@dimmer : 'default';
|
@dimmer : 'default';
|
||||||
|
|
|
@ -135,7 +135,7 @@
|
||||||
--color-light: #00000006;
|
--color-light: #00000006;
|
||||||
--color-light-mimic-enabled: rgba(0, 0, 0, calc(6 / 255 * 222 / 255 / var(--opacity-disabled)));
|
--color-light-mimic-enabled: rgba(0, 0, 0, calc(6 / 255 * 222 / 255 / var(--opacity-disabled)));
|
||||||
--color-light-border: #0000001d;
|
--color-light-border: #0000001d;
|
||||||
--color-hover: #0000000f;
|
--color-hover: #0000000c;
|
||||||
--color-active: #00000014;
|
--color-active: #00000014;
|
||||||
--color-menu: #ffffff;
|
--color-menu: #ffffff;
|
||||||
--color-card: #ffffff;
|
--color-card: #ffffff;
|
||||||
|
@ -157,6 +157,7 @@
|
||||||
--color-reaction-active-bg: var(--color-primary-alpha-20);
|
--color-reaction-active-bg: var(--color-primary-alpha-20);
|
||||||
--color-tooltip-bg: #000000f0;
|
--color-tooltip-bg: #000000f0;
|
||||||
--color-tooltip-text: #ffffff;
|
--color-tooltip-text: #ffffff;
|
||||||
|
--color-header-bar: #ffffff;
|
||||||
/* backgrounds */
|
/* backgrounds */
|
||||||
--checkbox-mask-checked: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 18 18" width="16" height="16"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg>');
|
--checkbox-mask-checked: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 18 18" width="16" height="16"><path fill-rule="evenodd" d="M13.78 4.22a.75.75 0 010 1.06l-7.25 7.25a.75.75 0 01-1.06 0L2.22 9.28a.75.75 0 011.06-1.06L6 10.94l6.72-6.72a.75.75 0 011.06 0z"></path></svg>');
|
||||||
--checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>');
|
--checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M2 7.75A.75.75 0 012.75 7h10a.75.75 0 010 1.5h-10A.75.75 0 012 7.75z"></path></svg>');
|
||||||
|
@ -294,6 +295,29 @@ a.commit-statuses-trigger {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.search > .results {
|
||||||
|
background: var(--color-body);
|
||||||
|
border-color: var(--color-secondary);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.search > .results .result {
|
||||||
|
background: var(--color-body);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.search > .results .result .title {
|
||||||
|
color: var(--color-text-dark);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.search > .results .result .image {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.search > .results .result:hover,
|
||||||
|
.ui.category.search > .results .category .result:hover {
|
||||||
|
background: var(--color-hover);
|
||||||
|
}
|
||||||
|
|
||||||
.unselectable {
|
.unselectable {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
@ -318,6 +342,11 @@ a.commit-statuses-trigger {
|
||||||
color: var(--color-text-light-2);
|
color: var(--color-text-light-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.divider:not(.vertical,.horizontal) {
|
||||||
|
border-top-color: var(--color-secondary) !important;
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
.page-content {
|
.page-content {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}
|
}
|
||||||
|
@ -449,6 +478,11 @@ a.commit-statuses-trigger {
|
||||||
color: var(--color-text-light-2);
|
color: var(--color-text-light-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.list .list > .item > .content,
|
||||||
|
.ui.list > .item > .content {
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
.ui.secondary.menu .dropdown.item:hover,
|
.ui.secondary.menu .dropdown.item:hover,
|
||||||
.ui.secondary.menu .link.item:hover,
|
.ui.secondary.menu .link.item:hover,
|
||||||
.ui.secondary.menu a.item:hover {
|
.ui.secondary.menu a.item:hover {
|
||||||
|
@ -656,10 +690,20 @@ a.ui.card:hover,
|
||||||
|
|
||||||
.ui.table {
|
.ui.table {
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
background: var(--color-body);
|
background: var(--color-box-body);
|
||||||
border-color: var(--color-secondary);
|
border-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.table th,
|
||||||
|
.ui.table td {
|
||||||
|
transition: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.table > tr > td,
|
||||||
|
.ui.table > tbody > tr > td {
|
||||||
|
border-top-color: var(--color-secondary-alpha-50);
|
||||||
|
}
|
||||||
|
|
||||||
.ui.ui.selectable.table > tbody > tr:hover,
|
.ui.ui.selectable.table > tbody > tr:hover,
|
||||||
.ui.table tbody tr td.selectable:hover {
|
.ui.table tbody tr td.selectable:hover {
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
|
@ -672,6 +716,11 @@ a.ui.card:hover,
|
||||||
color: var(--color-text);
|
color: var(--color-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.table > thead > tr > th {
|
||||||
|
background: var(--color-box-header);
|
||||||
|
color: var(--color-text);
|
||||||
|
}
|
||||||
|
|
||||||
.ui.modal {
|
.ui.modal {
|
||||||
background: var(--color-body);
|
background: var(--color-body);
|
||||||
}
|
}
|
||||||
|
@ -750,7 +799,7 @@ a.ui.card:hover,
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
|
|
||||||
&.light {
|
&.light {
|
||||||
background: var(--color-body);
|
background: var(--color-header-bar);
|
||||||
border-bottom: 1px solid var(--color-secondary);
|
border-bottom: 1px solid var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -134,7 +134,7 @@ textarea:focus,
|
||||||
|
|
||||||
.form {
|
.form {
|
||||||
.help {
|
.help {
|
||||||
color: #999999;
|
color: var(--color-secondary-dark-5);
|
||||||
padding-bottom: .6em;
|
padding-bottom: .6em;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
|
@ -384,7 +384,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:hover {
|
tr:hover {
|
||||||
background-color: #ffffee;
|
background-color: var(--color-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.has-parent a {
|
tr.has-parent a {
|
||||||
|
@ -3013,9 +3013,9 @@ tbody.commit-list {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-code,
|
.tag-code,
|
||||||
.tag-code td {
|
.tag-code td,
|
||||||
background-color: #f0f9ff;
|
.tag-code .blob-excerpt {
|
||||||
border-color: #f1f8ff !important;
|
background-color: var(--color-box-body-highlight);
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3031,7 +3031,7 @@ tbody.commit-list {
|
||||||
}
|
}
|
||||||
|
|
||||||
td.blob-excerpt {
|
td.blob-excerpt {
|
||||||
background-color: #fafafa;
|
background-color: var(--color-secondary-alpha-30);
|
||||||
}
|
}
|
||||||
|
|
||||||
.issue-keyword {
|
.issue-keyword {
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
/* target-based colors */
|
/* target-based colors */
|
||||||
--color-body: #383c4a;
|
--color-body: #383c4a;
|
||||||
--color-box-header: #404652;
|
--color-box-header: #404652;
|
||||||
--color-box-body: #303440;
|
--color-box-body: #2a2e3a;
|
||||||
--color-box-body-highlight: #353945;
|
--color-box-body-highlight: #353945;
|
||||||
--color-text-dark: #dbe0ea;
|
--color-text-dark: #dbe0ea;
|
||||||
--color-text: #bbc0ca;
|
--color-text: #bbc0ca;
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
--color-footer: #2e323e;
|
--color-footer: #2e323e;
|
||||||
--color-timeline: #4c525e;
|
--color-timeline: #4c525e;
|
||||||
--color-input-text: #d5dbe6;
|
--color-input-text: #d5dbe6;
|
||||||
--color-input-background: #292d39;
|
--color-input-background: #232933;
|
||||||
--color-input-border: #454a57;
|
--color-input-border: #454a57;
|
||||||
--color-input-border-hover: #505667;
|
--color-input-border-hover: #505667;
|
||||||
--color-navbar: #2a2e3a;
|
--color-navbar: #2a2e3a;
|
||||||
|
@ -132,25 +132,13 @@
|
||||||
--color-caret: var(--color-text); /* should ideally be --color-text-dark, see #15651 */
|
--color-caret: var(--color-text); /* should ideally be --color-text-dark, see #15651 */
|
||||||
--color-reaction-bg: #ffffff12;
|
--color-reaction-bg: #ffffff12;
|
||||||
--color-reaction-active-bg: var(--color-primary-alpha-40);
|
--color-reaction-active-bg: var(--color-primary-alpha-40);
|
||||||
|
--color-header-bar: #2e323e;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-calendar-picker-indicator {
|
::-webkit-calendar-picker-indicator {
|
||||||
filter: invert(.8);
|
filter: invert(.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.horizontal.segments > .segment {
|
|
||||||
background-color: #383c4a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.following.bar.light {
|
|
||||||
background: #2e323e;
|
|
||||||
border-color: var(--color-secondary-alpha-40);
|
|
||||||
}
|
|
||||||
|
|
||||||
.following.bar .top.menu a.item:hover {
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.red.label,
|
.ui.red.label,
|
||||||
.ui.red.labels .label {
|
.ui.red.labels .label {
|
||||||
background-color: #7d3434 !important;
|
background-color: #7d3434 !important;
|
||||||
|
@ -163,10 +151,6 @@
|
||||||
background-color: #936e00 !important;
|
background-color: #936e00 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.accordion .title:not(.ui) {
|
|
||||||
color: #dbdbdb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.green.label,
|
.ui.green.label,
|
||||||
.ui.green.labels .label,
|
.ui.green.labels .label,
|
||||||
.ui.basic.green.label {
|
.ui.basic.green.label {
|
||||||
|
@ -183,19 +167,6 @@ a.ui.basic.green.label:hover {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.divider:not(.vertical,.horizontal) {
|
|
||||||
border-bottom-color: var(--color-secondary);
|
|
||||||
border-top-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form .help {
|
|
||||||
color: #7f8699;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui .text.light.grey {
|
|
||||||
color: #7f8699 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.form .fields.error .field textarea,
|
.ui.form .fields.error .field textarea,
|
||||||
.ui.form .fields.error .field select,
|
.ui.form .fields.error .field select,
|
||||||
.ui.form .fields.error .field input:not([type]),
|
.ui.form .fields.error .field input:not([type]),
|
||||||
|
@ -257,45 +228,6 @@ a.ui.basic.green.label:hover {
|
||||||
background-color: #a0cc75;
|
background-color: #a0cc75;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.search > .results {
|
|
||||||
background: #383c4a;
|
|
||||||
border-color: var(--color-secondary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.search > .results .result:hover,
|
|
||||||
.ui.category.search > .results .category .result:hover {
|
|
||||||
background: var(--color-secondary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.search > .results .result .title {
|
|
||||||
color: #dbdbdb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.table > thead > tr > th {
|
|
||||||
background: var(--color-secondary);
|
|
||||||
color: #dbdbdb !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.repository.file.list #repo-files-table tr {
|
|
||||||
background: #2a2e3a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.repository.file.list #repo-files-table tr:hover {
|
|
||||||
background-color: #393d4a !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overflow.menu .items .item {
|
|
||||||
color: #9d9d9d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overflow.menu .items .item:hover {
|
|
||||||
color: #dbdbdb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.list > .item > .content {
|
|
||||||
color: var(--color-secondary-dark-6) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.repository .navbar .active.item,
|
.repository .navbar .active.item,
|
||||||
.repository .navbar .active.item:hover {
|
.repository .navbar .active.item:hover {
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
|
@ -305,20 +237,6 @@ a.ui.basic.green.label:hover {
|
||||||
border-color: var(--color-secondary);
|
border-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag-code,
|
|
||||||
.tag-code td {
|
|
||||||
background: #353945 !important;
|
|
||||||
|
|
||||||
}
|
|
||||||
.tag-code td.lines-num {
|
|
||||||
background-color: #3a3e4c !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tag-code td.lines-type-marker,
|
|
||||||
td.blob-hunk {
|
|
||||||
color: #dbdbdb !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.red.button,
|
.ui.red.button,
|
||||||
.ui.red.buttons .button {
|
.ui.red.buttons .button {
|
||||||
background-color: #7d3434;
|
background-color: #7d3434;
|
||||||
|
@ -344,10 +262,6 @@ td.blob-hunk {
|
||||||
border-color: var(--color-secondary) !important;
|
border-color: var(--color-secondary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
td.blob-excerpt {
|
|
||||||
background-color: rgba(0, 0, 0, .15);
|
|
||||||
}
|
|
||||||
|
|
||||||
.lines-code.active,
|
.lines-code.active,
|
||||||
.lines-code .active {
|
.lines-code .active {
|
||||||
background: #534d1b !important;
|
background: #534d1b !important;
|
||||||
|
|
Loading…
Reference in a new issue