Skip to content

Commit

Permalink
right sidebar and merge blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Philippot committed Sep 30, 2024
1 parent 572cbdf commit 6c47e9d
Showing 1 changed file with 26 additions and 30 deletions.
56 changes: 26 additions & 30 deletions styles/gitlab/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ domain("git.plugin-lab.com") {
z-index: 1;
}

aside.right-sidebar:not(.right-sidebar-merge-requests) {
background-color: @crust;
}

.gl-new-dropdown .gl-new-dropdown-panel,
.gl-new-dropdown-item .gl-new-dropdown-item-content,
.form-control,
Expand All @@ -349,7 +353,8 @@ domain("git.plugin-lab.com") {
}

.info-well,
.bordered-box {
.bordered-box,
.gl-new-card {
border-color: @overlay0;
}

Expand All @@ -362,7 +367,9 @@ domain("git.plugin-lab.com") {
background-color: if(@lookup = latte, @base, @surface1);
}

.note-actions .btn-default-tertiary:hover {
.note-actions .btn-default-tertiary:hover,
.mr-widget-body .btn-default-tertiary:hover,
.md-header .btn-default-tertiary:hover {
background-color: if(@lookup = latte, @surface0, @surface2);
}

Expand All @@ -371,13 +378,11 @@ domain("git.plugin-lab.com") {
background-color: @white;
}

.mr-widget-body .btn-default-tertiary:hover,
.md-header .btn-default-tertiary:hover {
background-color: if(@lookup = latte, @surface0, @surface2);
}

hr,
.right-sidebar .block {
ul.content-list li,
.right-sidebar,
.right-sidebar .block,
.row-content-block {
border-color: @surface0;
}

Expand Down Expand Up @@ -434,22 +439,25 @@ domain("git.plugin-lab.com") {
.commit-sha-group .label-monospace,
.diff-file .file-title::before,
.diff-file .file-title-flex-parent::before,
.awards .gl-button.selected {
.awards .gl-button.selected,
.form-control:disabled,
.form-control[readonly],
.input-group .input-group-prepend,
.input-group-append,
.content-wrapper {
background-color: @base;
}

.gl-link,
.right-sidebar .title,
.nav-links li:not(.md-header-toolbar).active a,
.nav-links li:not(.md-header-toolbar) a:hover,
.detail-page-description .author-link,
.dropdown-title {
.dropdown-title,
.action-card-title {
color: @text;
}

.emoji-picker-category-header {
background: linear-gradient(to bottom, @base 50%, transparent 100%);
}

body,
.commit a,
.emoji-picker-category-active svg,
Expand All @@ -464,6 +472,10 @@ domain("git.plugin-lab.com") {
color: @text !important;
}

.emoji-picker-category-header {
background: linear-gradient(to bottom, @base 50%, transparent 100%);
}

p,
legend,
small {
Expand All @@ -474,14 +486,6 @@ domain("git.plugin-lab.com") {
color: @black;
}

.form-control:disabled,
.form-control[readonly],
.input-group .input-group-prepend,
.input-group-append,
.content-wrapper {
background-color: @base;
}

.tree-holder table.tree-table tr:hover:not(.tree-truncated-warning) td {
background-color: @surface0;
border-color: @text;
Expand Down Expand Up @@ -549,19 +553,11 @@ domain("git.plugin-lab.com") {
}
}

.gl-new-card {
border-color: @overlay0;
}

.action-card-default {
background-color: @mantle;
border-color: @surface0;
}

.action-card-title {
color: @text;
}

.gl-tab-nav-item.active {
&::before {
border-bottom-color: @accent-color;
Expand Down

0 comments on commit 6c47e9d

Please sign in to comment.