Skip to content

Commit

Permalink
Move styles
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 19, 2024
1 parent 2e52bc0 commit ffd37e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 7 additions & 0 deletions war/src/main/scss/abstracts/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@
position: relative;
z-index: 0;
border-radius: 0.66rem;
appearance: none;
background: none;
border: none;
outline: none;
cursor: pointer;
text-decoration: none !important;
line-height: 1 !important;

&::before,
&::after {
Expand Down
8 changes: 0 additions & 8 deletions war/src/main/scss/components/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,10 @@

.sortheader {
@include mixins.item;

appearance: none;
background: none;
border: none;
outline: none;
padding: 0;
cursor: pointer;
color: var(--table-header-foreground);
font-weight: inherit;
font-size: inherit;
text-decoration: none !important;
line-height: 1 !important;

&::before,
&::after {
Expand Down

0 comments on commit ffd37e5

Please sign in to comment.