This is an automated email from the ASF dual-hosted git repository.

ankovalyshyn pushed a commit to branch feature/projects
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 0377bffa6f15d9083349c8b71dd7c55817fcfde0
Author: Andriana Kovalyshyn <andriana_kovalys...@epam.com>
AuthorDate: Wed Jun 5 13:06:55 2019 +0300

    [DLAB-735]: actions list selector fixes
---
 .../resources-grid/resources-grid.component.css    | 24 +++++++++++-----------
 .../resources-grid/resources-grid.component.html   |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.css
 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.css
index ec1d129..406e726 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.css
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.css
@@ -131,11 +131,11 @@
   font-size: 12px;
 }
 
-.dashboard_table .status {
+.data-grid .status {
   text-transform: capitalize;
 }
 
-.dashboard_table .list-menu {
+.data-grid .list-menu {
   left: auto;
   margin-left: 0;
   right: 15px;
@@ -165,7 +165,7 @@
   cursor: pointer;
 }
 
-.dashboard_table .list-menu li {
+.data-grid .list-menu li {
   font-size: 14px;
   border-bottom: 1px solid #edf1f5;
   padding: 12px 15px;
@@ -174,44 +174,44 @@
   color: #577289;
   transition: all 0.45s ease-in-out;
 }
-.dashboard_table .list-menu a.navigate {  
+.data-grid .list-menu a.navigate {
   text-decoration: none;
   color: #577289;
   transition: all 0.45s ease-in-out;
 }
 
-.dashboard_table .list-menu li i {
+.data-grid .list-menu li i {
   font-size: 18px;
   padding-right: 5px;
   vertical-align: bottom;
 }
 
-.dashboard_table .list-menu li:hover,
-.dashboard_table .list-menu li:hover a {
+.data-grid .list-menu li:hover,
+.data-grid .list-menu li:hover a {
   background: none !important;
   color: #36afd5;
 }
 
-.dashboard_table .list-menu li:last-child {
+.data-grid .list-menu li:last-child {
   border-bottom: 0;
 }
 
-.dashboard_table .list-menu ul {
+.data-grid .list-menu ul {
   margin-bottom: 0;
 }
 
-.dashboard_table .list-menu .active-items li {
+.data-grid .list-menu .active-items li {
   border-bottom: 1px solid #edf1f5;
 }
 
-.dashboard_table .message_block {
+.data-grid .message_block {
   background: #edf6f9;
 }
 .message_block td {
   text-align: left !important;
 }
 
-.dashboard_table .total_cost {
+.data-grid .total_cost {
   display: inline-block;
   width: 70%;
   color: #455c74;
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
index 2c4e497..05f8761 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.component.html
@@ -17,7 +17,7 @@
   ~ under the License.
   -->
 
-<table class="dashboard_table">
+<table class="dashboard_table data-grid">
   <tr>
     <th *ngFor="let column of filteringColumns"
         ngClass="{{column.className || ''}}" [hidden]="column.name === 'cost' 
&& !healthStatus?.billingEnabled">


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to