Skip to content

Commit

Permalink
Merge pull request #2773 from OneCommunityGlobal/anne_wbs_task_spacin…
Browse files Browse the repository at this point in the history
…g_fix

Anne fix hovering in dark mode subtask get white issue for WBS tasks
  • Loading branch information
one-community authored Nov 27, 2024
2 parents 279e943 + 660fae0 commit e51006a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
20 changes: 20 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,38 @@ body {
background-color: #1B2A41 !important;
}

/* .bg-oxford-blue:hover{
background-color: #1B2A41 !important;
color:black;
} */

.bg-space-cadet{
background-color: #1C2541 !important;
}

/* .bg-space-cadet:hover{
background-color: #1C2541 !important;
color:black;
} */

.bg-yinmn-blue{
background-color: #3A506B !important;
}

/* .bg-yinmn-blue:hover{
background-color: #3A506B !important;
color: black;
} */

.bg-yinmn-blue-light{
background-color:#2f4157;
}

/* .bg-yinmn-blue-light:hover{
background-color:#2f4157;
color: black;
} */

.bg-azure{
background-color: #007BFF !important;
}
Expand Down
13 changes: 10 additions & 3 deletions src/components/Projects/WBS/WBSDetail/wbs.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,17 @@
border-left: 1px solid #bbb;
padding-left: .25em;
}

.bg-yinmn-blue:hover{
background-color: #3A506B !important;
}

.bg-yinmn-blue-light:hover{
background-color:#2f4157;
}

.tasks-detail-task-name { /* task column height and width changes*/
width: 35%;
.tasks-detail-task-name { /* task column height and width changes*/
width: 35%;
height: auto;
}
.tasks-detail-actions { /* action column width reduced */
Expand All @@ -245,5 +253,4 @@
.button-group button {
margin-bottom: 10px;
}
}
}

0 comments on commit e51006a

Please sign in to comment.