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 6ba32ef commit bd2cb81Copy full SHA for bd2cb81
src/components/calendar.vue
@@ -333,11 +333,13 @@ export default {
333
font-size: 1em;
334
margin-right: 10px;
335
margin-left: 10px;
336
+ background: transparent;
337
}
338
339
.v-calendar .calendar .selected-field .prevDateButton, .v-calendar .calendar .selected-field .nextDateButton {
340
position: relative;
341
border: 0;
342
343
344
.v-calendar .calendar .selected-field .prevDateButton::after, .v-calendar .calendar .selected-field .nextDateButton::after {
345
content: "";
0 commit comments