Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-09 12:07:45 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-09 12:07:45 +0300
commitf4186a753b86625a83e8499af14b5badd63a2ac2 (patch)
treeb960dd9f4255e9eee9f87d28e853f163836aa4c5 /app/assets/stylesheets/pages
parent0221116862ee66024a03492b4fbbe4e069d84303 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/boards.scss17
-rw-r--r--app/assets/stylesheets/pages/clusters.scss6
-rw-r--r--app/assets/stylesheets/pages/issuable.scss4
3 files changed, 13 insertions, 14 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index 42d7b0d08f7..a9079f036ab 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -266,20 +266,9 @@
background-color: $blue-50;
}
- .badge {
- border: 0;
- outline: 0;
-
- &:hover {
- text-decoration: underline;
- }
-
- @include media-breakpoint-down(lg) {
- font-size: $gl-font-size-xs;
- padding-left: $gl-padding-4;
- padding-right: $gl-padding-4;
- font-weight: $gl-font-weight-bold;
- }
+ .gl-label {
+ margin-top: 4px;
+ margin-right: 4px;
}
.confidential-icon {
diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss
index 88d6b0d3746..b9d415ae237 100644
--- a/app/assets/stylesheets/pages/clusters.scss
+++ b/app/assets/stylesheets/pages/clusters.scss
@@ -163,3 +163,9 @@
color: $black;
font-weight: $gl-font-weight-bold;
}
+
+.cluster-status-indicator {
+ &.disabled {
+ background-color: $gray-600;
+ }
+}
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index fd56f655c0a..85a8113ff1b 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -158,6 +158,10 @@
a:not(.btn) {
color: inherit;
+ .gl-label-text:hover {
+ color: inherit;
+ }
+
&:hover {
color: $blue-800;