MOBILE-3438 question: Add DnD a11y border radius

main
Pau Ferrer Ocaña 2020-05-29 11:24:57 +02:00
parent a38e831bfd
commit 0f2743e05f
2 changed files with 44 additions and 1 deletions

View File

@ -35,6 +35,28 @@ addon-qtype-ddimageortext {
}
}
.group2 {
border-radius: 10px 0 0 0;
}
.group3 {
border-radius: 0 10px 0 0;
}
.group4 {
border-radius: 0 0 10px 0;
}
.group5 {
border-radius: 0 0 0 10px;
}
.group6 {
border-radius: 0 10px 10px 0;
}
.group7 {
border-radius: 10px 0 0 10px;
}
.group8 {
border-radius: 10px 10px 10px 10px;
}
.drag {
border: 1px solid $gray-darker;
color: $text-color;

View File

@ -33,7 +33,6 @@ addon-qtype-ddwtos {
}
.draghome, .drag.unplaced{
border: 1px solid $gray-darker;
border-radius: 5px;
}
.draghome {
visibility: hidden;
@ -89,6 +88,28 @@ addon-qtype-ddwtos {
}
}
.group2 {
border-radius: 10px 0 0 0;
}
.group3 {
border-radius: 0 10px 0 0;
}
.group4 {
border-radius: 0 0 10px 0;
}
.group5 {
border-radius: 0 0 0 10px;
}
.group6 {
border-radius: 0 10px 10px 0;
}
.group7 {
border-radius: 10px 0 0 10px;
}
.group8 {
border-radius: 10px 10px 10px 10px;
}
sub, sup {
font-size: 80%;
position: relative;