Skip to content

Commit

Permalink
code factor fixes/2
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Mar 29, 2024
1 parent 5312f14 commit c46d99a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions dashboard/assets/dashboard-tailwind-src.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@ select {
background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
background-size: 4px 4px, 4px 4px;
background-repeat: no-repeat;

--tw-bg-opacity: 1;
padding-right: 2.5rem;
border-radius: var(--rounded-btn);
background-color: oklch(1 0 0);
background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
background-size: 4px 4px, 4px 4px;
background-repeat: no-repeat;
&-bordered {
border-radius: var(--rounded-btn, 0.5rem);
border-width: 1px;
border-color: transparent;
}
}

[dir="rtl"] .select {
Expand Down

0 comments on commit c46d99a

Please sign in to comment.