File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,12 @@ function addFiles(uploadedFiles: FileList) {
74
74
75
75
& :hover ,
76
76
& .drag-active {
77
- border-style : solid ;
78
- border-width : 3px ;
77
+ border : 3px solid ;
79
78
}
80
79
81
80
.drop-title {
82
81
font-weight : bold ;
83
82
text-align : center ;
84
- transition : color 0.2s ease-in-out ;
85
83
}
86
84
87
85
input [type = ' file' ] {
@@ -93,7 +91,6 @@ function addFiles(uploadedFiles: FileList) {
93
91
94
92
& ::file- selector- button {
95
93
padding : 10px 20px ;
96
- transition : background-color 0.2s ease-in-out ;
97
94
}
98
95
}
99
96
}
Original file line number Diff line number Diff line change 1
1
.container {
2
2
margin-block-start : 1rem ;
3
3
margin-block-end : 2rem ;
4
- }
4
+ }
5
+
6
+ body {
7
+ scrollbar-gutter : stable;
8
+ }
9
+
10
+ * {
11
+ transition : background-color 0.3s ;
12
+ }
You can’t perform that action at this time.
0 commit comments