Skip to content

Commit

Permalink
Merge pull request #236 from KPMP/KPMP-4862_sv-add-help-dropdown-styling
Browse files Browse the repository at this point in the history
KPMP-4862_sv-add-help-dropdown-styling
  • Loading branch information
rlreamy authored Dec 19, 2023
2 parents 1584c5c + 11a7c79 commit aea71e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"history": "5.1.0",
"immutability-helper": "3.1.1",
"isomorphic-unfetch": "3.1.0",
"kpmp-common-components": "1.2.7",
"kpmp-common-components": "1.2.9",
"kpmp-common-styles": "1.0.13",
"react": "17.0.2",
"react-dnd": "15.1.1",
Expand Down
10 changes: 10 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -537,4 +537,14 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td {
position: fixed;
bottom: 0px;
}
}

.btn-secondary {
background-color: white !important;
color: rgba(0,0,0,.55) !important;
border-color: white !important;
}

.nav-link{
color: rgba(0,0,0,.55)
}

0 comments on commit aea71e7

Please sign in to comment.