Guest User

Untitled

a guest
Dec 14th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. :root {
  2. --tab-height: 24px !important;
  3. }
  4. .tab {
  5. height: var(--tab-height) !important;
  6. }
  7.  
  8. .tab:not(:hover) .closebox {
  9. display: none;
  10. }
Add Comment
Please, Sign In to add comment