@oat-sa/tao-core-ui 3.18.6 → 3.18.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/scss/inc/_base.scss +23 -17
- package/src/css/basic.css +9 -17
- package/src/css/basic.css.map +1 -1
package/package.json
CHANGED
package/scss/inc/_base.scss
CHANGED
|
@@ -673,25 +673,31 @@ body {
|
|
|
673
673
|
}
|
|
674
674
|
}
|
|
675
675
|
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
676
|
+
&.writing-mode-vertical-rl,
|
|
677
|
+
.writing-mode-vertical-rl {
|
|
678
|
+
ruby {
|
|
679
|
+
rb:has(.txt-wavy) + rt {
|
|
680
|
+
position: relative;
|
|
681
|
+
left: 5px;
|
|
682
|
+
}
|
|
683
|
+
rb:has(.txt-underline, .txt-dashed) + rt {
|
|
684
|
+
position: relative;
|
|
685
|
+
left: 2px;
|
|
686
|
+
}
|
|
684
687
|
}
|
|
685
688
|
}
|
|
686
689
|
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
690
|
+
&.writing-mode-horizontal-tb,
|
|
691
|
+
.writing-mode-horizontal-tb {
|
|
692
|
+
ruby {
|
|
693
|
+
rb:has(.txt-wavy) + rt {
|
|
694
|
+
position: relative;
|
|
695
|
+
left: auto;
|
|
696
|
+
}
|
|
697
|
+
rb:has(.txt-underline, .txt-dashed) + rt {
|
|
698
|
+
position: relative;
|
|
699
|
+
left: auto;
|
|
700
|
+
}
|
|
695
701
|
}
|
|
696
702
|
}
|
|
697
703
|
|
|
@@ -776,7 +782,7 @@ body {
|
|
|
776
782
|
left: 0;
|
|
777
783
|
}
|
|
778
784
|
}
|
|
779
|
-
|
|
785
|
+
&.writing-mode-horizontal-tb,
|
|
780
786
|
.writing-mode-horizontal-tb {
|
|
781
787
|
.txt-underline,
|
|
782
788
|
.txt-dashed {
|
package/src/css/basic.css
CHANGED
|
@@ -1619,34 +1619,26 @@ html .writing-mode-vertical-rl .writing-mode-horizontal-tb .txt-wavy ruby rt {
|
|
|
1619
1619
|
inset-block-start: auto;
|
|
1620
1620
|
}
|
|
1621
1621
|
|
|
1622
|
+
html.writing-mode-vertical-rl ruby rb:has(.txt-wavy) + rt,
|
|
1622
1623
|
html .writing-mode-vertical-rl ruby rb:has(.txt-wavy) + rt {
|
|
1623
1624
|
position: relative;
|
|
1624
1625
|
left: 5px;
|
|
1625
1626
|
}
|
|
1626
|
-
|
|
1627
|
-
html ruby rb:has(.txt-wavy) + rt {
|
|
1628
|
-
position: relative;
|
|
1629
|
-
left: auto;
|
|
1630
|
-
}
|
|
1631
|
-
html .writing-mode-vertical-rl .writing-mode-horizontal-tb ruby rb:has(.txt-wavy) + rt {
|
|
1632
|
-
position: relative;
|
|
1633
|
-
left: auto;
|
|
1634
|
-
}
|
|
1635
|
-
|
|
1627
|
+
html.writing-mode-vertical-rl ruby rb:has(.txt-underline, .txt-dashed) + rt,
|
|
1636
1628
|
html .writing-mode-vertical-rl ruby rb:has(.txt-underline, .txt-dashed) + rt {
|
|
1637
1629
|
position: relative;
|
|
1638
1630
|
left: 2px;
|
|
1639
1631
|
}
|
|
1640
|
-
|
|
1641
|
-
html ruby rb:has(.txt-
|
|
1632
|
+
html.writing-mode-horizontal-tb ruby rb:has(.txt-wavy) + rt,
|
|
1633
|
+
html .writing-mode-horizontal-tb ruby rb:has(.txt-wavy) + rt {
|
|
1642
1634
|
position: relative;
|
|
1643
1635
|
left: auto;
|
|
1644
1636
|
}
|
|
1645
|
-
html
|
|
1637
|
+
html.writing-mode-horizontal-tb ruby rb:has(.txt-underline, .txt-dashed) + rt,
|
|
1638
|
+
html .writing-mode-horizontal-tb ruby rb:has(.txt-underline, .txt-dashed) + rt {
|
|
1646
1639
|
position: relative;
|
|
1647
1640
|
left: auto;
|
|
1648
1641
|
}
|
|
1649
|
-
|
|
1650
1642
|
html .qti-item .writing-mode-vertical-rl .media-container,
|
|
1651
1643
|
html .qti-item .writing-mode-vertical-rl .qti-object-container.previewer:has(.mediaplayer) {
|
|
1652
1644
|
writing-mode: horizontal-tb;
|
|
@@ -1723,13 +1715,13 @@ html [data-useragent-browser=safari].writing-mode-vertical-rl ruby rb:has(.txt-w
|
|
|
1723
1715
|
html [data-useragent-browser=safari] .writing-mode-vertical-rl ruby rb:has(.txt-wavy) + rt {
|
|
1724
1716
|
left: 0;
|
|
1725
1717
|
}
|
|
1726
|
-
html [data-useragent-browser=safari] .txt-underline,
|
|
1727
|
-
html [data-useragent-browser=safari] .txt-dashed,
|
|
1718
|
+
html [data-useragent-browser=safari].writing-mode-horizontal-tb .txt-underline,
|
|
1719
|
+
html [data-useragent-browser=safari].writing-mode-horizontal-tb .txt-dashed,
|
|
1728
1720
|
html [data-useragent-browser=safari] .writing-mode-horizontal-tb .txt-underline,
|
|
1729
1721
|
html [data-useragent-browser=safari] .writing-mode-horizontal-tb .txt-dashed {
|
|
1730
1722
|
text-underline-offset: auto;
|
|
1731
1723
|
}
|
|
1732
|
-
html [data-useragent-browser=safari] ruby rb:has(.txt-wavy, .txt-underline, .txt-dashed) + rt,
|
|
1724
|
+
html [data-useragent-browser=safari].writing-mode-horizontal-tb ruby rb:has(.txt-wavy, .txt-underline, .txt-dashed) + rt,
|
|
1733
1725
|
html [data-useragent-browser=safari] .writing-mode-horizontal-tb ruby rb:has(.txt-wavy, .txt-underline, .txt-dashed) + rt {
|
|
1734
1726
|
left: auto;
|
|
1735
1727
|
}
|