}
.rtl #previous, .ltr #next {
- background-image: url("../data/images/interface-next.svg");
+ background-image: url("../data/images/interface-sharp-next.svg");
+ border-top-left-radius: 1px;
+ border-bottom-left-radius: 1px;
right: 0px;
transform-origin: 100% 0;
- border-top-left-radius: 7px;
- border-bottom-left-radius: 7px;
}
.rtl #next, .ltr #previous {
- background-image: url("../data/images/interface-previous.svg");
+ background-image: url("../data/images/interface-sharp-previous.svg");
+ border-top-right-radius: 1px;
+ border-bottom-right-radius: 1px;
left: 0px;
transform-origin: 0 0;
- border-top-right-radius: 7px;
- border-bottom-right-radius: 7px;
-}
-
-.sharp {
- &.rtl #previous, &.ltr #next {
- background-image: url("../data/images/interface-sharp-next.svg");
- border-top-left-radius: 1px;
- border-bottom-left-radius: 1px;
- }
- &.rtl #next, &.ltr #previous {
- background-image: url("../data/images/interface-sharp-previous.svg");
- border-top-right-radius: 1px;
- border-bottom-right-radius: 1px;
- }
}
.audio-description-button {