@dialpad/dialtone-css 8.70.1 → 8.70.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.
|
@@ -765,6 +765,14 @@
|
|
|
765
765
|
border-bottom-right-radius: 0;
|
|
766
766
|
}
|
|
767
767
|
|
|
768
|
+
&__alpha:not(.d-btn--outlined) {
|
|
769
|
+
border-inline-end: 0;
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
&__omega:not(.d-btn--outlined) {
|
|
773
|
+
border-inline-start: 0;
|
|
774
|
+
}
|
|
775
|
+
|
|
768
776
|
&__omega:disabled:not(.d-btn--outlined),
|
|
769
777
|
&__omega:disabled:not(.d-btn--primary),
|
|
770
778
|
&__omega.d-btn--primary,
|
|
@@ -2154,6 +2154,14 @@ template {
|
|
|
2154
2154
|
border-top-right-radius: 0;
|
|
2155
2155
|
border-bottom-right-radius: 0;
|
|
2156
2156
|
}
|
|
2157
|
+
.d-split-btn__alpha:not(.d-btn--outlined) {
|
|
2158
|
+
-webkit-border-end: 0;
|
|
2159
|
+
border-inline-end: 0;
|
|
2160
|
+
}
|
|
2161
|
+
.d-split-btn__omega:not(.d-btn--outlined) {
|
|
2162
|
+
-webkit-border-start: 0;
|
|
2163
|
+
border-inline-start: 0;
|
|
2164
|
+
}
|
|
2157
2165
|
.d-split-btn__omega:disabled:not(.d-btn--outlined),
|
|
2158
2166
|
.d-split-btn__omega:disabled:not(.d-btn--primary),
|
|
2159
2167
|
.d-split-btn__omega.d-btn--primary,
|