]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/bootstrap.scss
adjust registration form width on mobile (#3274)
[github/Chocobozzz/PeerTube.git] / client / src / sass / bootstrap.scss
index 259af7a779e4fa36ec0748c7e39ba4648c724f4e..b90bffbfc7ce7912e75e05b1f746f193b9b18bf7 100644 (file)
@@ -44,7 +44,6 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
   z-index: inherit !important;
 }
 
-
 .dropdown-menu {
   z-index: z(dropdown) + 1 !important;
 
@@ -65,6 +64,10 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
       opacity: .9;
     }
 
+    &:active {
+      color: pvar(--mainForegroundColor) !important;
+    }
+
     &::after {
       display: none;
     }