Skip to content

Commit

Permalink
Bug #226704 - [Content Detail Page, profile page] Showing the handcur…
Browse files Browse the repository at this point in the history
…ser on this tags [Role on profile page] [PFA]
  • Loading branch information
sonaliTekdi committed Sep 20, 2024
1 parent d044d83 commit 1c00aa7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/nulp_elite/src/pages/content/Player.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ const updateContentStateForAssessment = async () => {
color: "#424242",
fontSize: "10px",
margin: "0 10px 3px 6px",
cursor: "auto"
}}
className="bg-blueShade3"
>
Expand All @@ -326,6 +327,7 @@ const updateContentStateForAssessment = async () => {
color: "#424242",
fontSize: "10px",
margin: "0 10px 3px 6px",
cursor: "auto"
}}
className="bg-blueShade3"
>
Expand All @@ -341,6 +343,7 @@ const updateContentStateForAssessment = async () => {
color: "#424242",
fontSize: "10px",
margin: "0 10px 3px 6px",
cursor: "auto"
}}
className="bg-blueShade3"
>
Expand All @@ -357,6 +360,7 @@ const updateContentStateForAssessment = async () => {
color: "#424242",
fontSize: "10px",
margin: "0 10px 3px 6px",
cursor: "auto"
}}
className="bg-blueShade3"
>
Expand Down
4 changes: 4 additions & 0 deletions packages/nulp_elite/src/pages/content/joinCourse.js
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,7 @@ const JoinCourse = () => {
color: "#424242",
fontSize: "10px",
margin: "0 10px 3px 6px",
cursor: "auto"
}}
className="bg-blueShade3"
>
Expand All @@ -1151,6 +1152,7 @@ const JoinCourse = () => {
color: "#424242",
fontSize: "10px",
margin: "0 10px 3px 6px",
cursor: "auto"
}}
className="bg-blueShade3"
>
Expand All @@ -1167,6 +1169,7 @@ const JoinCourse = () => {
color: "#424242",
fontSize: "10px",
margin: "0 10px 3px 6px",
cursor: "auto"
}}
className="bg-blueShade3"
>
Expand All @@ -1184,6 +1187,7 @@ const JoinCourse = () => {
color: "#424242",
fontSize: "10px",
margin: "0 10px 3px 6px",
cursor: "auto"
}}
className="bg-blueShade3"
>
Expand Down
4 changes: 0 additions & 4 deletions packages/nulp_elite/src/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3381,10 +3381,6 @@ header .MuiContainer-maxWidthLg {
outline: 0;
}

.profile .MuiButtonBase-root:hover {
background: rgb(14, 122, 156) !important;
}

.profile .profile-cardContent .MuiButtonBase-root:hover {
background: #e3f5ff !important;
}
Expand Down

0 comments on commit 1c00aa7

Please sign in to comment.