25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
266B

  1. div.sourceCode {
  2. position: relative;
  3. }
  4. .copy-to-clipboard-button {
  5. position: absolute;
  6. right: 0;
  7. top: 0;
  8. visibility: hidden;
  9. }
  10. .copy-to-clipboard-button:focus {
  11. outline: 0;
  12. }
  13. div.sourceCode:hover > .copy-to-clipboard-button {
  14. visibility: visible;
  15. }