]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/include/_mixins.scss
Multi step registration
[github/Chocobozzz/PeerTube.git] / client / src / sass / include / _mixins.scss
index 262a8136f6e0842552c4464ab9905159be363285..228a6116e8c517b91c01a1267da4704b57067be3 100644 (file)
 }
 
 @mixin peertube-checkbox ($border-width) {
-  display: none;
+  opacity: 0;
+  width: 0;
+
+  &:focus + span {
+    outline: auto;
+  }
 
   & + span {
     position: relative;