Skip to content

Commit

Permalink
chore: simplify welcome tab style
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekdanielak committed Oct 14, 2024
1 parent 512aeac commit f959c24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/src/app/EmptyTab.less
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

p {
font-size: 100%;
font-size: 14px;
}

.relative {
Expand Down
2 changes: 1 addition & 1 deletion client/src/app/primitives/TabLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class TabLinks extends PureComponent {
onClick={ placeholder.onClick }
title={ placeholder.title }
>
<span className="tab__content tab__name-welcome">
<span className="tab__content tab__name">
{ placeholder.label }
</span>
</div>
Expand Down
4 changes: 0 additions & 4 deletions client/src/app/primitives/Tabbed.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@
margin: 0 28px 0 0;
}

.tab__name-welcome {
font-size: var(--tab-font-size);
}

.tab__dirty-marker {
pointer-events: all;
z-index: 5;
Expand Down

0 comments on commit f959c24

Please sign in to comment.