사용자
Vanilla(비교)
| r205 vs r206 | ||
|---|---|---|
| 1 | 1 | {{{#!style |
| 2 | .b { | |
| 2 | .b, .fold1 { | |
| 3 | 3 | display:none; |
| 4 | 4 | } |
| 5 | 5 | .a { |
| ... | ... | |
| 24 | 24 | .a:hover ~ .b { |
| 25 | 25 | display:block !important; |
| 26 | 26 | } |
| 27 | .edit:hover ~ .fold1 { | |
| 28 | display: block !important; | |
| 29 | } | |
| 27 | 30 | .icon { |
| 28 | 31 | font-family: "fontawesome"; |
| 29 | 32 | font-size: 1.1rem; |
| ... | ... |