Skip to content

Commit

Permalink
feed selector styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed Dec 4, 2023
1 parent 2920c2a commit c57db53
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/app/src/Element/Feed/RootTabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
align-items: center;
justify-content: center;
gap: 12px;
border: none;
box-shadow: none;
}

.root-type > button:hover {
box-shadow: none !important;
}

0 comments on commit c57db53

Please sign in to comment.