Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab-theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index bec0e514963..245e8b285e9 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -8,29 +8,6 @@
*/
@mixin gitlab-theme($color-light, $color, $color-darker, $color-dark) {
.page-with-sidebar {
- .gitlab-text-container {
- background: $color-darker;
-
- a {
- color: $color-light;
-
- h3 {
- color: $color-light;
- }
- }
-
- &:hover {
- background-color: $color-dark;
- a {
- color: $white-light;
- text-decoration: none;
-
- h3 {
- color: $white-light;
- }
- }
- }
- }
.collapse-nav a {
color: $white-light;