Skip to content

Commit

Permalink
assets/project_header: rm shadow on tabs without image fixes #2517
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m authored and goapunk committed Sep 5, 2023
1 parent 948f3aa commit 3e303b3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions adhocracy-plus/assets/scss/components/_project_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

.tab {
color: $white;
text-shadow: 1px 1px 5px $print-black;

&:focus,
&:hover {
Expand Down Expand Up @@ -124,8 +125,4 @@
flex: 1 1 auto;
align-self: center;
}

.project-header__tabs {
text-shadow: 1px 1px 5px $print-black;
}
}

0 comments on commit 3e303b3

Please sign in to comment.