summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-09-25 12:29:55 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-09-25 12:29:55 +0100
commit84c4834fb430e78e605519b53bd9aff25cb6426a (patch)
tree2f818c9aef0c8fc05e714f1008f041b614848baf /app/assets/stylesheets
parentb187426720068903184ca33a63f9dfe22c29f49a (diff)
downloadgitlab-ce-84c4834fb430e78e605519b53bd9aff25cb6426a.tar.gz
Changes after review
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/container_registry.scss8
-rw-r--r--app/assets/stylesheets/pages/settings_ci_cd.scss2
2 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/container_registry.scss b/app/assets/stylesheets/pages/container_registry.scss
index 3266714396e..dfff3e15556 100644
--- a/app/assets/stylesheets/pages/container_registry.scss
+++ b/app/assets/stylesheets/pages/container_registry.scss
@@ -9,6 +9,14 @@
.container-image-head {
padding: 0 16px;
line-height: 4em;
+
+ .btn-link {
+ padding: 0;
+
+ &:focus {
+ outline: none;
+ }
+ }
}
.table.tags {
diff --git a/app/assets/stylesheets/pages/settings_ci_cd.scss b/app/assets/stylesheets/pages/settings_ci_cd.scss
index b3e06fdf5f6..a355e2dee24 100644
--- a/app/assets/stylesheets/pages/settings_ci_cd.scss
+++ b/app/assets/stylesheets/pages/settings_ci_cd.scss
@@ -15,4 +15,4 @@
.registry-placeholder {
min-height: 60px;
-} \ No newline at end of file
+}