Merge pull request #2248 from crazyserver/MOBILE-3274

MOBILE-3274 qtype: Add text-color to drag items
main
Juan Leyva 2020-01-22 17:12:45 +01:00 committed by GitHub
commit 84f559264b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ addon-qtype-ddimageortext {
.drag {
border: 1px solid $gray-darker;
color: $text-color;
cursor: pointer;
z-index: 2;
}