White spaces in limit view 75/19975/1
authorilanap <ilanap@amdocs.com>
Sun, 22 Oct 2017 09:30:25 +0000 (12:30 +0300)
committerilanap <ilanap@amdocs.com>
Sun, 22 Oct 2017 09:30:25 +0000 (12:30 +0300)
Issue-ID: SDC-485

Change-Id: I61240ce868f251bce04e4b6905895d89750cc157
Signed-off-by: ilanap <ilanap@amdocs.com>
openecomp-ui/resources/scss/modules/_licenseModelLimits.scss

index 32fd128..16b6af7 100644 (file)
                                .list-editor-item-view-content {
                                        padding-left: 0;
                                }
-                               .svg-icon-wrapper.trashO {
-                                       margin-bottom: 0;
+
+                               .svg-icon {
+                                       margin-top: 10px;
                                        margin-right: 50px;
-                                       .svg-icon {
-                                               fill: $gray;
-                                               height: 16px;
-                                               width: 16px;
-                                               &:hover {
-                                                               fill: $dark-gray;
-                                                       }
-                                       }
+                                       fill: $gray;
+                                       &:hover {
+                                                       fill: $dark-gray;
+                                               }
                                }
+
                                &.selectable {
                                        &:hover {
+                                               .list-editor-item-view-field {
+                                                       .text.description, .text-name {
+                                                               &:after {
+                                                                       background-color: darken($tlv-light-gray, 4%);
+                                                               }
+                                                       }
+
+                                               }
                                                background-color: darken($tlv-light-gray, 4%);
                                                cursor: pointer;
                                        }
+
                                }
                                &:hover {
                                        border-color: transparent;
                                                display: flex;
                                align-items: center;
                                                white-space: nowrap;
-                                               
+
                                                &.limit-name {
                                                        .text.name {
                                                                @extend .body-1-semibold;
                                                                color: $blue;
                                                                text-transform: uppercase;
-                                                               padding: 0px 10px;
+                                                               margin-left : 45px;
                                                        }
                                                        
                                                        border-right: 1px solid $light-gray;
                                                        margin-right: 22px;
                                                        flex: 0.4;
                                                        display: flex;
-                                                       justify-content: center;
+                                                       justify-content: left;
                                                }
 
                                                &.limit-description {
                                                        max-width: 300px;
                                                }
 
+
                                                .text.description, .text.name {
                                                        overflow: hidden;
                                                        text-overflow: ellipsis;
                                                        white-space: nowrap;
+                                                       &:after {
+                                                               background: $tlv-light-gray;
+                                                       }
+
                                                }
                                        }