Skip to content

Commit

Permalink
MDL-76150 gradereport_grader: Remove abandoned CSS definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies authored and paulholden committed Apr 5, 2023
1 parent 1f6722e commit 6ca40f5
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions grade/report/grader/styles.css
Expand Up @@ -5,22 +5,6 @@
position: relative;
}

/**
* Tooltip and overlay.
*/
.path-grade-report-grader .gradeparent .grader-information-tooltip {
min-width: 200px;
}

.path-grade-report-grader .gradeparent .graderreportoverlay {
background-color: white;
width: auto;
padding: 10px;
font-size: 12px;
border: 1px solid #ccc;
border-radius: 4px;
}

/**
* The table.
*/
Expand Down Expand Up @@ -220,22 +204,6 @@
width: max-content;
}

.path-grade-report-grader .yui3-overlay {
border: 0;
background: none;
background-color: inherit;
min-width: 200px;
}

.path-grade-report-grader .yui3-overlay {
background-color: white;
width: auto;
padding: 10px;
font-size: 12px;
border: 1px solid #ccc;
border-radius: 4px;
}

.path-grade-report-grader .initialsdropdown {
width: 460px;
}
Expand Down

0 comments on commit 6ca40f5

Please sign in to comment.