You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.module.css 185B

1234567891011121314151617181920
  1. .wrap {
  2. min-width: 312px;
  3. }
  4. .mode {
  5. display: flex;
  6. height: 28px;
  7. }
  8. .opWrap {
  9. display: none;
  10. }
  11. .wrap:hover .mode {
  12. display: none;
  13. }
  14. .wrap:hover .opWrap {
  15. display: flex;
  16. }