@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.
@@ -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,