@oat-sa/tao-core-ui 3.18.1 → 3.18.2
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 +40 -0
- package/src/css/basic.css +40 -0
- package/src/css/basic.css.map +1 -1
package/package.json
CHANGED
package/scss/inc/_base.scss
CHANGED
|
@@ -647,6 +647,7 @@ body {
|
|
|
647
647
|
}
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
|
+
|
|
650
651
|
.txt-wavy {
|
|
651
652
|
ruby rt {
|
|
652
653
|
position: relative;
|
|
@@ -659,6 +660,31 @@ body {
|
|
|
659
660
|
}
|
|
660
661
|
}
|
|
661
662
|
|
|
663
|
+
ruby rt {
|
|
664
|
+
& > .txt-wavy {
|
|
665
|
+
@include writing-mode-vertical-rl {
|
|
666
|
+
position: relative;
|
|
667
|
+
left: 5px;
|
|
668
|
+
}
|
|
669
|
+
@include writing-mode-horizontal-tb {
|
|
670
|
+
position: relative;
|
|
671
|
+
left: auto;
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
& > .txt-underline,
|
|
676
|
+
& > .txt-dashed {
|
|
677
|
+
@include writing-mode-vertical-rl {
|
|
678
|
+
position: relative;
|
|
679
|
+
left: 2px;
|
|
680
|
+
}
|
|
681
|
+
@include writing-mode-horizontal-tb {
|
|
682
|
+
position: relative;
|
|
683
|
+
left: auto;
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
}
|
|
687
|
+
|
|
662
688
|
[data-useragent-browser='safari'] {
|
|
663
689
|
&.writing-mode-vertical-rl,
|
|
664
690
|
.writing-mode-vertical-rl {
|
|
@@ -666,6 +692,13 @@ body {
|
|
|
666
692
|
.txt-dashed {
|
|
667
693
|
text-underline-offset: -0.1em;
|
|
668
694
|
}
|
|
695
|
+
ruby rt {
|
|
696
|
+
& > .txt-wavy,
|
|
697
|
+
& > .txt-underline,
|
|
698
|
+
& > .txt-dashed {
|
|
699
|
+
left: 0;
|
|
700
|
+
}
|
|
701
|
+
}
|
|
669
702
|
}
|
|
670
703
|
&,
|
|
671
704
|
.writing-mode-horizontal-tb {
|
|
@@ -673,6 +706,13 @@ body {
|
|
|
673
706
|
.txt-dashed {
|
|
674
707
|
text-underline-offset: auto;
|
|
675
708
|
}
|
|
709
|
+
ruby rt {
|
|
710
|
+
& > .txt-wavy,
|
|
711
|
+
& > .txt-underline,
|
|
712
|
+
& > .txt-dashed {
|
|
713
|
+
left: auto;
|
|
714
|
+
}
|
|
715
|
+
}
|
|
676
716
|
}
|
|
677
717
|
}
|
|
678
718
|
|
package/src/css/basic.css
CHANGED
|
@@ -1612,18 +1612,58 @@ html .writing-mode-vertical-rl .writing-mode-horizontal-tb .txt-wavy ruby rt {
|
|
|
1612
1612
|
inset-block-start: auto;
|
|
1613
1613
|
}
|
|
1614
1614
|
|
|
1615
|
+
html .writing-mode-vertical-rl ruby rt > .txt-wavy {
|
|
1616
|
+
position: relative;
|
|
1617
|
+
left: 5px;
|
|
1618
|
+
}
|
|
1619
|
+
|
|
1620
|
+
html ruby rt > .txt-wavy {
|
|
1621
|
+
position: relative;
|
|
1622
|
+
left: auto;
|
|
1623
|
+
}
|
|
1624
|
+
html .writing-mode-vertical-rl .writing-mode-horizontal-tb ruby rt > .txt-wavy {
|
|
1625
|
+
position: relative;
|
|
1626
|
+
left: auto;
|
|
1627
|
+
}
|
|
1628
|
+
|
|
1629
|
+
html .writing-mode-vertical-rl ruby rt > .txt-underline, html .writing-mode-vertical-rl ruby rt > .txt-dashed {
|
|
1630
|
+
position: relative;
|
|
1631
|
+
left: 2px;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
html ruby rt > .txt-underline, html ruby rt > .txt-dashed {
|
|
1635
|
+
position: relative;
|
|
1636
|
+
left: auto;
|
|
1637
|
+
}
|
|
1638
|
+
html .writing-mode-vertical-rl .writing-mode-horizontal-tb ruby rt > .txt-underline, html .writing-mode-vertical-rl .writing-mode-horizontal-tb ruby rt > .txt-dashed {
|
|
1639
|
+
position: relative;
|
|
1640
|
+
left: auto;
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1615
1643
|
html [data-useragent-browser=safari].writing-mode-vertical-rl .txt-underline,
|
|
1616
1644
|
html [data-useragent-browser=safari].writing-mode-vertical-rl .txt-dashed,
|
|
1617
1645
|
html [data-useragent-browser=safari] .writing-mode-vertical-rl .txt-underline,
|
|
1618
1646
|
html [data-useragent-browser=safari] .writing-mode-vertical-rl .txt-dashed {
|
|
1619
1647
|
text-underline-offset: -0.1em;
|
|
1620
1648
|
}
|
|
1649
|
+
html [data-useragent-browser=safari].writing-mode-vertical-rl ruby rt > .txt-wavy, html [data-useragent-browser=safari].writing-mode-vertical-rl ruby rt > .txt-underline, html [data-useragent-browser=safari].writing-mode-vertical-rl ruby rt > .txt-dashed,
|
|
1650
|
+
html [data-useragent-browser=safari] .writing-mode-vertical-rl ruby rt > .txt-wavy,
|
|
1651
|
+
html [data-useragent-browser=safari] .writing-mode-vertical-rl ruby rt > .txt-underline,
|
|
1652
|
+
html [data-useragent-browser=safari] .writing-mode-vertical-rl ruby rt > .txt-dashed {
|
|
1653
|
+
left: 0;
|
|
1654
|
+
}
|
|
1621
1655
|
html [data-useragent-browser=safari] .txt-underline,
|
|
1622
1656
|
html [data-useragent-browser=safari] .txt-dashed,
|
|
1623
1657
|
html [data-useragent-browser=safari] .writing-mode-horizontal-tb .txt-underline,
|
|
1624
1658
|
html [data-useragent-browser=safari] .writing-mode-horizontal-tb .txt-dashed {
|
|
1625
1659
|
text-underline-offset: auto;
|
|
1626
1660
|
}
|
|
1661
|
+
html [data-useragent-browser=safari] ruby rt > .txt-wavy, html [data-useragent-browser=safari] ruby rt > .txt-underline, html [data-useragent-browser=safari] ruby rt > .txt-dashed,
|
|
1662
|
+
html [data-useragent-browser=safari] .writing-mode-horizontal-tb ruby rt > .txt-wavy,
|
|
1663
|
+
html [data-useragent-browser=safari] .writing-mode-horizontal-tb ruby rt > .txt-underline,
|
|
1664
|
+
html [data-useragent-browser=safari] .writing-mode-horizontal-tb ruby rt > .txt-dashed {
|
|
1665
|
+
left: auto;
|
|
1666
|
+
}
|
|
1627
1667
|
html .txt-combine-upright-all {
|
|
1628
1668
|
text-combine-upright: all;
|
|
1629
1669
|
}
|