We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b830d32 commit 848bc23Copy full SHA for 848bc23
1 file changed
devU-client/src/components/pages/forms/containers/containerAutoGraderForm.scss
@@ -85,10 +85,6 @@
85
font-size: 14px;
86
border: none;
87
transition: background-color 0.2s ease-in-out;
88
-
89
- &:hover {
90
- background-color: darken($primary, 10%);
91
- }
92
}
93
94
.fileUploadText {
@@ -117,10 +113,6 @@
117
113
transition: background-color 0.2s;
118
114
119
115
120
-.addGraderButton:hover {
121
122
-}
123
124
116
.existingProblems {
125
margin-top: 40px;
126
text-align: center;
0 commit comments