Skip to content

Commit 9fb7738

Browse files
committed
Css updated
1 parent d992eac commit 9fb7738

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

app/stylesheet/miq-data-table.scss

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,6 @@
6262
cursor: pointer;
6363
}
6464

65-
&.disabled-row {
66-
opacity: 0.5;
67-
cursor: not-allowed;
68-
pointer-events: none;
69-
color: #8d8d8d;
70-
71-
&:hover {
72-
background-color: transparent;
73-
}
74-
}
75-
7665
.cell {
7766
display: flex;
7867
align-items: flex-start;
@@ -451,22 +440,4 @@ table.miq_preview {
451440
width: 50px;
452441
padding-left: 24px;
453442
}
454-
}
455-
456-
.automated-workflow-entry-points {
457-
tbody tr.disabled-row {
458-
opacity: 0.5 !important;
459-
cursor: not-allowed !important;
460-
pointer-events: none !important;
461-
color: #8d8d8d !important;
462-
background-color: #f4f4f4 !important;
463-
464-
&:hover {
465-
background-color: #f4f4f4 !important;
466-
}
467-
468-
td {
469-
color: #8d8d8d !important;
470-
}
471-
}
472-
}
443+
}

0 commit comments

Comments
 (0)