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:
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss23
1 files changed, 4 insertions, 19 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index dd24e3fcb5d..7d465dbcc04 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -266,24 +266,9 @@
}
}
-.gpg-status-box {
- padding: 2px 10px;
-
- &:empty {
- display: none;
- }
-
- &.valid {
- @include green-status-color;
- }
-
- &.invalid {
- @include status-color($gray-dark, color('gray'), $gray-darkest);
- border-color: $gray-darkest;
-
- &:not(span):hover {
- color: color('gray');
- }
+.signature-badge {
+ &:hover {
+ @include gl-text-decoration-none;
}
}
@@ -297,7 +282,7 @@
}
}
-.gpg-popover-status {
+.signature-popover {
display: flex;
align-items: center;
font-weight: $gl-font-weight-normal;