File tree Expand file tree Collapse file tree 1 file changed +22
-21
lines changed
src/controls/filePicker/RecentFilesTab Expand file tree Collapse file tree 1 file changed +22
-21
lines changed Original file line number Diff line number Diff line change 23
23
}
24
24
25
25
.itemTile {
26
- -webkit-transition : -webkit-transform .1s linear ;
27
- transition : -webkit-transform .1s linear ;
28
- transition : transform .1s linear ;
29
- transition : transform .1s linear ,-webkit-transform .1s linear ;
26
+ -webkit-transition : -webkit-transform 0 .1s linear ;
27
+ transition : -webkit-transform 0 .1s linear ;
28
+ transition : transform 0 .1s linear ;
29
+ transition : transform 0 .1s linear , -webkit-transform 0 .1s linear ;
30
30
position : relative ;
31
31
display : inline-block ;
32
32
left : 0 ;
131
131
}
132
132
}
133
133
134
- .gridListCell .isSelected .itemTileCheckCircle ,
135
- .gridListCell :hover ,
136
- .gridListCell :hover .itemTileCheckCircle {
137
- opacity : 1 ;
134
+ .itemTile .isSelected {
135
+ .itemTileCheckCircle {
136
+ opacity : 1 ;
137
+ }
138
138
}
139
139
140
140
.itemTileNamePlate {
141
141
position : absolute ;
142
- bottom :0 ;
143
- left :0 ;
144
- right :0 ;
145
- min-height :20px ;
146
- padding :4px 8px 8px ;
147
- background-color :$ms-color-white ;
148
- color :$ms-color-neutralPrimary ;
149
- white-space :nowrap ;
150
- text-overflow :ellipsis
142
+ bottom : 0 ;
143
+ left : 0 ;
144
+ right : 0 ;
145
+ min-height : 20px ;
146
+ padding : 4px 8px 8px ;
147
+ background-color : $ms-color-white ;
148
+ color : $ms-color-neutralPrimary ;
149
+ white-space : nowrap ;
150
+ text-overflow : ellipsis ;
151
151
}
152
152
.itemTile.isFile .itemTileNamePlate {
153
- opacity : .95 ;
153
+ opacity : 0 .95 ;
154
154
border-top-width : 1px ;
155
155
border-top-style : solid ;
156
156
border-top-color : $ms-color-neutralLight ;
162
162
line-height : 20px ;
163
163
}
164
164
165
-
166
- .itemTileChildCount , .itemTileName , .itemTileSubText {
165
+ .itemTileChildCount ,
166
+ .itemTileName ,
167
+ .itemTileSubText {
167
168
overflow : hidden ;
168
169
white-space : nowrap ;
169
170
text-overflow : ellipsis ;
170
171
}
171
172
172
173
.itemTileSubText {
173
174
font-size : 11px ;
174
- opacity : .7 ;
175
+ opacity : 0 .7 ;
175
176
}
176
177
177
178
.recentGridList {
You can’t perform that action at this time.
0 commit comments