Commit 376396a
authored
Fix image border-radius (#23886)
1. Instead of polluting the `border-radius` style globally, each "img"
usage should declare their own styles.
2. There were some bugs in code, I believe the `.img` selector was done
by mistake.
After:

1 parent e485539 commit 376396a
1 file changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | 233 | | |
238 | 234 | | |
239 | 235 | | |
| |||
865 | 861 | | |
866 | 862 | | |
867 | 863 | | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
872 | 864 | | |
873 | 865 | | |
874 | 866 | | |
| |||
1178 | 1170 | | |
1179 | 1171 | | |
1180 | 1172 | | |
| 1173 | + | |
1181 | 1174 | | |
1182 | 1175 | | |
1183 | | - | |
1184 | 1176 | | |
1185 | 1177 | | |
1186 | 1178 | | |
| |||
0 commit comments