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>2023-03-17 06:08:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-17 06:08:51 +0300
commitbb6a3bf05eca11bede23c89a4b2a80a946707307 (patch)
tree18086fbc00d3c13112c4e64dcfe0ef5462fd1fd3 /app/assets/stylesheets/components/related_items_list.scss
parentf52c68bbac191605f793686c472425b000a0879a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/components/related_items_list.scss')
-rw-r--r--app/assets/stylesheets/components/related_items_list.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/related_items_list.scss b/app/assets/stylesheets/components/related_items_list.scss
index 6cb7dcca27d..0b30b4c3ef0 100644
--- a/app/assets/stylesheets/components/related_items_list.scss
+++ b/app/assets/stylesheets/components/related_items_list.scss
@@ -159,6 +159,11 @@ $item-remove-button-space: 42px;
.mr-ci-status {
line-height: 0;
+
+ a:focus {
+ @include gl-rounded-full;
+ @include gl-focus;
+ }
}
@include media-breakpoint-down(xs) {