]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
Fix button height when the icon is wrapped
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index 8816437d933b9bff77b214e80441fbfdc53378fc..79d3506295cdd95cab2aea1a6320605adda7b658 100644 (file)
 
   border: 0;
   font-weight: $font-semibold;
-  height: $button-height;
+  min-height: $button-height;
   line-height: $button-height;
 
   // Because of primeng that redefines border-radius of all input[type="..."]
       height: 12px;
       opacity: 0;
       transform: rotate(45deg) scale(0);
-      border-right: 2px solid $bg-color;
-      border-bottom: 2px solid $bg-color;
+      border-right: 2px solid pvar(--mainBackgroundColor);
+      border-bottom: 2px solid pvar(--mainBackgroundColor);
     }
   }