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:
authorNick Kipling <nkipling@gitlab.com>2019-07-26 21:42:49 +0300
committerNathan Friend <nathan@gitlab.com>2019-07-30 19:49:49 +0300
commit918e7d43dfe614475ee2dd2b6f4c765726db6ef4 (patch)
treee76709006133602ecd904827346e21021d8a37da /app/assets/stylesheets/pages
parenta37d672ff5c4c102a5b507ad744919748cbdcb34 (diff)
Reworked how deletion works with multi vs single
Single deletion no longer requires a prop Modal description is now generated on demand Added dedicated functions for deleting Updated tests to match new function naming Updated css class name to be more specific
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/container_registry.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/container_registry.scss b/app/assets/stylesheets/pages/container_registry.scss
index 6e6a3a1a394..0f4bdb219a3 100644
--- a/app/assets/stylesheets/pages/container_registry.scss
+++ b/app/assets/stylesheets/pages/container_registry.scss
@@ -32,7 +32,7 @@
.table.tags {
margin-bottom: 0;
- .image-row {
+ .registry-image-row {
.check {
padding-right: $gl-padding;
width: 5%;