Merge Request #125
Fix hover button whitening
In 'https://softwarepublico.gov.br/gitlab/softwarepublico/softwarepublico/blob/master/src/colab-spb-theme-plugin/colab_spb_theme/static/css/search.css', the rule '.btn:hover' is too generic, it's affecting Gitlab's 'HTTP' button (or 'SSH' when HTTP is active) when hovering the button.
That button (it's more of a link) is disappearing because its background is white as well, please check it here: https://softwarepublico.gov.br/gitlab/softwarepublico/softwarepublico
It might affect other 'btn', since this is a bootstrap thing.
-
@msfernandes do you remember where this rule is applied?
-
@chaws I think this rule was used with our previous search form version, but I'm not sure of it. @msfernandes or @kanashiro can give us more details about it.
-
@carlos , historically this rule was created by @msfernandes on https://softwarepublico.gov.br/gitlab/softwarepublico/softwarepublico/commit/55e9b6c2a49be009b27361b48a527ec1c6356514, so I'd say that it had something to do with those buttons in the search form.
This merge request will only specify this rule in order to keep other bootstrap '.btn' elements free of whitening when 'hover'...
-
mentioned in commit 0fb8e6a1b3ff4fa0543049bfe9812c057662312e