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 3e7e17d commit 565b0abCopy full SHA for 565b0ab
lib/components/form-file.vue
@@ -87,7 +87,7 @@
87
border-color: #28a745;
88
}
89
90
- /* Drag/Drop handling */
+ /* Drag/Drop and filenames/prompts handling */
91
.custom-file-control {
92
overflow: hidden;
93
@@ -101,11 +101,11 @@
101
filter: blur(3px);
102
103
104
- .custom-file-control::after {
+ .custom-file-control[data-selected]::after {
105
content: attr(data-selected);
106
107
108
- .custom-file-control::before {
+ .custom-file-control[data-choose]::before {
109
content: attr(data-choose);
110
111
0 commit comments