Skip to content

Commit dbc9dab

Browse files
committed
fix: remove useless css code
1 parent 0a845f9 commit dbc9dab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-input-ui",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"description": "A beautiful input made with Vue JS",
55
"author": "Louis Mazel <[email protected]>",
66
"scripts": {

src/VueInputUi/index.vue

-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@
171171
}
172172
.field.vue-input-ui {
173173
position: relative;
174-
border-radius: 4px;
175-
overflow: hidden;
176174
177175
&.is-dark {
178176
.field-label{

0 commit comments

Comments
 (0)