X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fbootstrap.scss;h=b90bffbfc7ce7912e75e05b1f746f193b9b18bf7;hb=832a12b0e80b3488fcf80a8a5bceb6ba3afa1f65;hp=259af7a779e4fa36ec0748c7e39ba4648c724f4e;hpb=d6eace77dbc6ddde958ea1e38286fd68a0398768;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 259af7a77..b90bffbfc 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss @@ -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; }