We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed395e commit 9fd13eaCopy full SHA for 9fd13ea
scss/_time-picker.scss
@@ -236,14 +236,17 @@
236
.time-picker-roll-col {
237
height: calc(8 * 32px); // stylelint-disable-line
238
overflow: scroll;
239
- border-right: var(--#{$prefix}time-picker-roll-col-border-width) solid var(--#{$prefix}time-picker-roll-col-border-color);
240
241
-ms-overflow-style: none; /* Internet Explorer 10+ */
242
scrollbar-width: none; /* Firefox */
243
244
&::-webkit-scrollbar {
245
display: none; /* Safari and Chrome */
246
}
+
247
+ &:not(:last-child) {
248
+ border-right: var(--#{$prefix}time-picker-roll-col-border-width) solid var(--#{$prefix}time-picker-roll-col-border-color);
249
+ }
250
251
252
.time-picker-roll-cell {
0 commit comments