@vuetify/nightly 2.6.0-dev-20211108.0 → 2.6.1-master-20211124.0
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/CHANGELOG.md +5 -30
- package/dist/json/attributes.json +2 -2
- package/dist/json/web-types.json +37 -12
- package/dist/vuetify.css +12 -19
- package/dist/vuetify.css.map +1 -1
- package/dist/vuetify.js +66 -68
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VBottomSheet/VBottomSheet.js +1 -4
- package/es5/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/es5/components/VDataTable/MobileRow.js +2 -2
- package/es5/components/VDataTable/MobileRow.js.map +1 -1
- package/es5/components/VDataTable/Row.js +2 -2
- package/es5/components/VDataTable/Row.js.map +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/es5/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/es5/components/VDialog/VDialog.js +4 -10
- package/es5/components/VDialog/VDialog.js.map +1 -1
- package/es5/components/VMenu/VMenu.js +1 -1
- package/es5/components/VMenu/VMenu.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +14 -25
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VTabs/VTab.js +1 -1
- package/es5/components/VTabs/VTab.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +6 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/directives/click-outside/index.js +3 -1
- package/es5/directives/click-outside/index.js.map +1 -1
- package/es5/directives/intersect/index.js +8 -5
- package/es5/directives/intersect/index.js.map +1 -1
- package/es5/directives/mutate/index.js +3 -2
- package/es5/directives/mutate/index.js.map +1 -1
- package/es5/directives/resize/index.js +3 -1
- package/es5/directives/resize/index.js.map +1 -1
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/intersectable/index.js +6 -0
- package/es5/mixins/intersectable/index.js.map +1 -1
- package/es5/util/helpers.js +5 -5
- package/es5/util/helpers.js.map +1 -1
- package/lib/components/VBottomSheet/VBottomSheet.js +1 -4
- package/lib/components/VBottomSheet/VBottomSheet.js.map +1 -1
- package/lib/components/VDataTable/MobileRow.js +2 -2
- package/lib/components/VDataTable/MobileRow.js.map +1 -1
- package/lib/components/VDataTable/Row.js +2 -2
- package/lib/components/VDataTable/Row.js.map +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js +1 -1
- package/lib/components/VDataTable/VDataTableHeaderDesktop.js.map +1 -1
- package/lib/components/VDialog/VDialog.js +4 -10
- package/lib/components/VDialog/VDialog.js.map +1 -1
- package/lib/components/VMenu/VMenu.js +1 -1
- package/lib/components/VMenu/VMenu.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +14 -25
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VTabs/VTab.js +1 -1
- package/lib/components/VTabs/VTab.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +8 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/directives/click-outside/index.js +3 -1
- package/lib/directives/click-outside/index.js.map +1 -1
- package/lib/directives/intersect/index.js +7 -5
- package/lib/directives/intersect/index.js.map +1 -1
- package/lib/directives/mutate/index.js +3 -2
- package/lib/directives/mutate/index.js.map +1 -1
- package/lib/directives/resize/index.js +3 -1
- package/lib/directives/resize/index.js.map +1 -1
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/intersectable/index.js +4 -0
- package/lib/mixins/intersectable/index.js.map +1 -1
- package/lib/util/helpers.js +5 -5
- package/lib/util/helpers.js.map +1 -1
- package/package.json +1 -1
- package/src/components/VBottomSheet/VBottomSheet.ts +1 -4
- package/src/components/VDataTable/MobileRow.ts +2 -2
- package/src/components/VDataTable/Row.ts +2 -2
- package/src/components/VDataTable/VDataTableHeaderDesktop.ts +1 -1
- package/src/components/VDialog/VDialog.sass +1 -1
- package/src/components/VDialog/VDialog.ts +4 -10
- package/src/components/VMenu/VMenu.ts +1 -1
- package/src/components/VOtpInput/VOtpInput.sass +13 -16
- package/src/components/VOtpInput/VOtpInput.ts +12 -28
- package/src/components/VOtpInput/_variables.scss +2 -4
- package/src/components/VTabs/VTab.ts +7 -1
- package/src/components/VTextField/VTextField.ts +8 -3
- package/src/directives/click-outside/index.ts +2 -2
- package/src/directives/intersect/index.ts +6 -5
- package/src/directives/mutate/index.ts +2 -3
- package/src/directives/resize/index.ts +2 -2
- package/src/directives/scroll/index.ts +1 -1
- package/src/globals.d.ts +5 -5
- package/src/mixins/intersectable/index.ts +6 -0
- package/src/util/helpers.ts +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,40 +1,15 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v2.6.1-master-20211124.0...v) (2021-11-24)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
### Features
|
|
9
|
-
|
|
10
|
-
* **styles:** add $spacers-steps sass variable ([#14367](https://github.com/vuetifyjs/vuetify/issues/14367)) ([60d3e54](https://github.com/vuetifyjs/vuetify/commit/60d3e54be5cfd9dd810c9bd756c8a377a3c7a450)), closes [#12341](https://github.com/vuetifyjs/vuetify/issues/12341)
|
|
11
|
-
* **VTreeview:** add disablePerNode prop ([#14297](https://github.com/vuetifyjs/vuetify/issues/14297)) ([f37438b](https://github.com/vuetifyjs/vuetify/commit/f37438bb30f1c1a96c08be9455151245a4be44d0)), closes [#14282](https://github.com/vuetifyjs/vuetify/issues/14282)
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
# [2.6.0-beta.0](https://github.com/vuetifyjs/vuetify/compare/v2.5.10...v2.6.0-beta.0) (2021-10-12)
|
|
5
|
+
## [2.6.1-master-20211124.0](https://github.com/vuetifyjs/vuetify/compare/v2.6.0...v2.6.1-master-20211124.0) (2021-11-24)
|
|
16
6
|
|
|
17
7
|
|
|
18
8
|
### Bug Fixes
|
|
19
9
|
|
|
20
|
-
*
|
|
21
|
-
* **VDialog:**
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### Features
|
|
25
|
-
|
|
26
|
-
* **locale:** add danish locale ([#13733](https://github.com/vuetifyjs/vuetify/issues/13733)) ([0ec9d53](https://github.com/vuetifyjs/vuetify/commit/0ec9d53cdc0703b731a9943dd44d4b0ea1d7da1a))
|
|
27
|
-
* **VCalendar:** pass native event to v-calendar click:* events ([#13760](https://github.com/vuetifyjs/vuetify/issues/13760)) ([4429e6e](https://github.com/vuetifyjs/vuetify/commit/4429e6e722b7502fe6aae272e6ee17a51d530032)), closes [#13142](https://github.com/vuetifyjs/vuetify/issues/13142)
|
|
28
|
-
* **VCalendar:** support horizontal scroll ([#13164](https://github.com/vuetifyjs/vuetify/issues/13164)) ([f55ee97](https://github.com/vuetifyjs/vuetify/commit/f55ee97dc5917b9f1ba4ea134ea0c1e1454b4e9c)), closes [#13070](https://github.com/vuetifyjs/vuetify/issues/13070)
|
|
29
|
-
* **VDataTable:** allow item.* slots to return a <td> or <th> element ([a4b8856](https://github.com/vuetifyjs/vuetify/commit/a4b8856d31ce62699f2801ece0597846462ea429)), closes [#8474](https://github.com/vuetifyjs/vuetify/issues/8474) [#12791](https://github.com/vuetifyjs/vuetify/issues/12791)
|
|
30
|
-
* **VDatePicker:** add date range first & last classes ([#12855](https://github.com/vuetifyjs/vuetify/issues/12855)) ([988558b](https://github.com/vuetifyjs/vuetify/commit/988558bd1b8f420fecfdca7d2dabc580900d9561)), closes [#12851](https://github.com/vuetifyjs/vuetify/issues/12851) [#12851](https://github.com/vuetifyjs/vuetify/issues/12851) [#12851](https://github.com/vuetifyjs/vuetify/issues/12851) [#12851](https://github.com/vuetifyjs/vuetify/issues/12851)
|
|
31
|
-
* **VInput:** add hide-spin-buttons prop ([#13682](https://github.com/vuetifyjs/vuetify/issues/13682)) ([bc2d6cb](https://github.com/vuetifyjs/vuetify/commit/bc2d6cbf2bcc778152e0aa93106a986d3b072adf)), closes [#6157](https://github.com/vuetifyjs/vuetify/issues/6157)
|
|
32
|
-
* **VOtpInput:** create new v-otp-input component ([#12761](https://github.com/vuetifyjs/vuetify/issues/12761)) ([e3aeae7](https://github.com/vuetifyjs/vuetify/commit/e3aeae7e0e152dc1878006c137f944a3b9f5d68b)), closes [#11425](https://github.com/vuetifyjs/vuetify/issues/11425)
|
|
33
|
-
* **VSlideGroup:** add overscroll friction ([3796587](https://github.com/vuetifyjs/vuetify/commit/3796587eaa9259acb477dab6d9e250ea49f79bb3))
|
|
34
|
-
* **VSnackbar:** only add app padding if app prop is true ([28e9e9d](https://github.com/vuetifyjs/vuetify/commit/28e9e9d2bf6f8d9b24dfc954501f0458bb29c3b7)), closes [#11758](https://github.com/vuetifyjs/vuetify/issues/11758)
|
|
35
|
-
* **VTooltip:** add $tooltip-opacity sass variable ([bfdd32c](https://github.com/vuetifyjs/vuetify/commit/bfdd32ca133c9a2b41926545cdf8c0526dcbd4a2)), closes [#11184](https://github.com/vuetifyjs/vuetify/issues/11184)
|
|
36
|
-
* **VTreeview:** add disabled prop ([de0820c](https://github.com/vuetifyjs/vuetify/commit/de0820c66bb55fa3a695e7db8e8eec706ae209cc)), closes [#5918](https://github.com/vuetifyjs/vuetify/issues/5918)
|
|
37
|
-
* add tag attribute to createSimpleFunctional ([682936b](https://github.com/vuetifyjs/vuetify/commit/682936b8b4aaa9485c5efbdc35a53a3097a2580a)), closes [#10026](https://github.com/vuetifyjs/vuetify/issues/10026) [#5469](https://github.com/vuetifyjs/vuetify/issues/5469)
|
|
10
|
+
* use hasOwnProperty to check dynamic slot presence ([ca4cbda](https://github.com/vuetifyjs/vuetify/commit/ca4cbda0877096bab9b65c7af6edb18f316e076b)), closes [#14425](https://github.com/vuetifyjs/vuetify/issues/14425)
|
|
11
|
+
* **VDialog:** allow width to be set to auto ([ef8b3cc](https://github.com/vuetifyjs/vuetify/commit/ef8b3cc03122bab0c6f78247e84a2737cb63867b)), closes [#6919](https://github.com/vuetifyjs/vuetify/issues/6919) [#14419](https://github.com/vuetifyjs/vuetify/issues/14419)
|
|
12
|
+
* **VTabs:** allow set VTab inactive if optional property is set ([#14399](https://github.com/vuetifyjs/vuetify/issues/14399)) ([958d4e6](https://github.com/vuetifyjs/vuetify/commit/958d4e6d06bd205d20a8d7bbce707bd772d146c5)), closes [#14397](https://github.com/vuetifyjs/vuetify/issues/14397)
|
|
38
13
|
|
|
39
14
|
|
|
40
15
|
|
|
@@ -5344,8 +5344,8 @@
|
|
|
5344
5344
|
"description": "Sets the DOM id on the component"
|
|
5345
5345
|
},
|
|
5346
5346
|
"v-otp-input/length": {
|
|
5347
|
-
"type": "number",
|
|
5348
|
-
"description": "The OTP
|
|
5347
|
+
"type": "number|string",
|
|
5348
|
+
"description": "The OTP field's length"
|
|
5349
5349
|
},
|
|
5350
5350
|
"v-otp-input/plain": {
|
|
5351
5351
|
"type": "boolean",
|
package/dist/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "vuetify",
|
|
5
|
-
"version": "2.6.
|
|
5
|
+
"version": "2.6.1-master-20211124.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -3276,7 +3276,7 @@
|
|
|
3276
3276
|
"name": "max-width",
|
|
3277
3277
|
"description": "Sets the maximum width for the component.",
|
|
3278
3278
|
"doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3279
|
-
"default": "
|
|
3279
|
+
"default": "undefined",
|
|
3280
3280
|
"value": {
|
|
3281
3281
|
"kind": "expression",
|
|
3282
3282
|
"type": [
|
|
@@ -3431,7 +3431,7 @@
|
|
|
3431
3431
|
"name": "width",
|
|
3432
3432
|
"description": "Sets the width for the component.",
|
|
3433
3433
|
"doc-url": "https://www.vuetifyjs.com/api/v-bottom-sheet#props",
|
|
3434
|
-
"default": "
|
|
3434
|
+
"default": "undefined",
|
|
3435
3435
|
"value": {
|
|
3436
3436
|
"kind": "expression",
|
|
3437
3437
|
"type": [
|
|
@@ -5119,7 +5119,7 @@
|
|
|
5119
5119
|
"name": "start",
|
|
5120
5120
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
5121
5121
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar#props",
|
|
5122
|
-
"default": "2021-11-
|
|
5122
|
+
"default": "2021-11-24",
|
|
5123
5123
|
"value": {
|
|
5124
5124
|
"kind": "expression",
|
|
5125
5125
|
"type": [
|
|
@@ -6748,7 +6748,7 @@
|
|
|
6748
6748
|
"name": "start",
|
|
6749
6749
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6750
6750
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-daily#props",
|
|
6751
|
-
"default": "2021-11-
|
|
6751
|
+
"default": "2021-11-24",
|
|
6752
6752
|
"value": {
|
|
6753
6753
|
"kind": "expression",
|
|
6754
6754
|
"type": [
|
|
@@ -6966,7 +6966,7 @@
|
|
|
6966
6966
|
"name": "start",
|
|
6967
6967
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
6968
6968
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-weekly#props",
|
|
6969
|
-
"default": "2021-11-
|
|
6969
|
+
"default": "2021-11-24",
|
|
6970
6970
|
"value": {
|
|
6971
6971
|
"kind": "expression",
|
|
6972
6972
|
"type": [
|
|
@@ -7184,7 +7184,7 @@
|
|
|
7184
7184
|
"name": "start",
|
|
7185
7185
|
"description": "The starting date on the calendar (inclusive) in the format of `YYYY-MM-DD`. This may be ignored depending on the `type` of the calendar.",
|
|
7186
7186
|
"doc-url": "https://www.vuetifyjs.com/api/v-calendar-monthly#props",
|
|
7187
|
-
"default": "2021-11-
|
|
7187
|
+
"default": "2021-11-24",
|
|
7188
7188
|
"value": {
|
|
7189
7189
|
"kind": "expression",
|
|
7190
7190
|
"type": [
|
|
@@ -14632,7 +14632,7 @@
|
|
|
14632
14632
|
"name": "max-width",
|
|
14633
14633
|
"description": "Sets the maximum width for the component.",
|
|
14634
14634
|
"doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
|
|
14635
|
-
"default": "
|
|
14635
|
+
"default": "undefined",
|
|
14636
14636
|
"value": {
|
|
14637
14637
|
"kind": "expression",
|
|
14638
14638
|
"type": [
|
|
@@ -14790,7 +14790,7 @@
|
|
|
14790
14790
|
"name": "width",
|
|
14791
14791
|
"description": "Sets the width for the component.",
|
|
14792
14792
|
"doc-url": "https://www.vuetifyjs.com/api/v-dialog#props",
|
|
14793
|
-
"default": "
|
|
14793
|
+
"default": "undefined",
|
|
14794
14794
|
"value": {
|
|
14795
14795
|
"kind": "expression",
|
|
14796
14796
|
"type": [
|
|
@@ -21035,12 +21035,15 @@
|
|
|
21035
21035
|
},
|
|
21036
21036
|
{
|
|
21037
21037
|
"name": "length",
|
|
21038
|
-
"description": "The OTP
|
|
21038
|
+
"description": "The OTP field's length",
|
|
21039
21039
|
"doc-url": "https://www.vuetifyjs.com/api/v-otp-input#props",
|
|
21040
21040
|
"default": "6",
|
|
21041
21041
|
"value": {
|
|
21042
21042
|
"kind": "expression",
|
|
21043
|
-
"type":
|
|
21043
|
+
"type": [
|
|
21044
|
+
"number",
|
|
21045
|
+
"string"
|
|
21046
|
+
]
|
|
21044
21047
|
}
|
|
21045
21048
|
},
|
|
21046
21049
|
{
|
|
@@ -21087,6 +21090,17 @@
|
|
|
21087
21090
|
}
|
|
21088
21091
|
],
|
|
21089
21092
|
"events": [
|
|
21093
|
+
{
|
|
21094
|
+
"name": "change",
|
|
21095
|
+
"description": "Emitted when the input is changed by user interaction",
|
|
21096
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-otp-input#events",
|
|
21097
|
+
"arguments": [
|
|
21098
|
+
{
|
|
21099
|
+
"name": "argument",
|
|
21100
|
+
"type": "string"
|
|
21101
|
+
}
|
|
21102
|
+
]
|
|
21103
|
+
},
|
|
21090
21104
|
{
|
|
21091
21105
|
"name": "finish",
|
|
21092
21106
|
"description": "Emitted when the input is filled completely and cursor is blurred",
|
|
@@ -21094,7 +21108,18 @@
|
|
|
21094
21108
|
"arguments": [
|
|
21095
21109
|
{
|
|
21096
21110
|
"name": "argument",
|
|
21097
|
-
"type": "
|
|
21111
|
+
"type": "string"
|
|
21112
|
+
}
|
|
21113
|
+
]
|
|
21114
|
+
},
|
|
21115
|
+
{
|
|
21116
|
+
"name": "input",
|
|
21117
|
+
"description": "The updated bound model",
|
|
21118
|
+
"doc-url": "https://www.vuetifyjs.com/api/v-otp-input#events",
|
|
21119
|
+
"arguments": [
|
|
21120
|
+
{
|
|
21121
|
+
"name": "argument",
|
|
21122
|
+
"type": "string"
|
|
21098
21123
|
}
|
|
21099
21124
|
]
|
|
21100
21125
|
}
|
package/dist/vuetify.css
CHANGED
|
@@ -21666,6 +21666,7 @@ html.overflow-y-hidden {
|
|
|
21666
21666
|
overflow-y: auto;
|
|
21667
21667
|
pointer-events: auto;
|
|
21668
21668
|
transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
|
|
21669
|
+
width: 100%;
|
|
21669
21670
|
z-index: inherit;
|
|
21670
21671
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
|
|
21671
21672
|
}
|
|
@@ -21725,7 +21726,6 @@ html.overflow-y-hidden {
|
|
|
21725
21726
|
.v-dialog--fullscreen {
|
|
21726
21727
|
border-radius: 0;
|
|
21727
21728
|
margin: 0;
|
|
21728
|
-
width: 100%;
|
|
21729
21729
|
height: 100%;
|
|
21730
21730
|
position: fixed;
|
|
21731
21731
|
overflow-y: auto;
|
|
@@ -26954,15 +26954,22 @@ html.overflow-y-hidden {
|
|
|
26954
26954
|
background: #303030;
|
|
26955
26955
|
}
|
|
26956
26956
|
|
|
26957
|
+
.v-otp-input {
|
|
26958
|
+
display: flex;
|
|
26959
|
+
flex-wrap: wrap;
|
|
26960
|
+
flex: 1 1 auto;
|
|
26961
|
+
margin-right: -4px;
|
|
26962
|
+
margin-left: -4px;
|
|
26963
|
+
}
|
|
26957
26964
|
.v-otp-input input {
|
|
26958
26965
|
text-align: center;
|
|
26959
26966
|
}
|
|
26960
26967
|
.v-otp-input .v-input {
|
|
26961
26968
|
margin: 0;
|
|
26962
|
-
|
|
26963
|
-
|
|
26964
|
-
|
|
26965
|
-
|
|
26969
|
+
flex: 1 0 32px;
|
|
26970
|
+
max-width: 100%;
|
|
26971
|
+
width: 100%;
|
|
26972
|
+
padding: 4px;
|
|
26966
26973
|
}
|
|
26967
26974
|
.v-otp-input .v-input.v-otp-input--plain fieldset {
|
|
26968
26975
|
display: none;
|
|
@@ -26975,20 +26982,6 @@ html.overflow-y-hidden {
|
|
|
26975
26982
|
.v-otp-input .v-input input[type=number] {
|
|
26976
26983
|
-moz-appearance: textfield;
|
|
26977
26984
|
}
|
|
26978
|
-
.v-otp-input .row-container {
|
|
26979
|
-
display: flex;
|
|
26980
|
-
flex-wrap: wrap;
|
|
26981
|
-
flex: 1 1 auto;
|
|
26982
|
-
margin-right: -4px;
|
|
26983
|
-
margin-left: -4px;
|
|
26984
|
-
}
|
|
26985
|
-
.v-otp-input .row-container > .col-input {
|
|
26986
|
-
flex-basis: 0;
|
|
26987
|
-
flex-grow: 1;
|
|
26988
|
-
max-width: 100%;
|
|
26989
|
-
width: 100%;
|
|
26990
|
-
padding: 4px;
|
|
26991
|
-
}
|
|
26992
26985
|
.theme--light.v-overflow-btn.theme--light.v-overflow-btn > .v-input__control > .v-input__slot {
|
|
26993
26986
|
border-color: rgba(0, 0, 0, 0.12);
|
|
26994
26987
|
}
|