iamgollum commented on a change in pull request #1211: Fixed z-index btn group hover/focus/active relative to reselect dropdown URL: https://github.com/apache/couchdb-fauxton/pull/1211#discussion_r304670724
########## File path: assets/less/bootstrap/button-groups.less ########## @@ -85,7 +84,7 @@ .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { - z-index: 2; + z-index: 1; Review comment: @Antonio-Maranhao required a `!important` since bootstrap took hire precedence with more focused scope. Based on specificity: https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity ... its okay practice in this case to use it since Bootstrap is a "3rd party" stylesheet. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services