Skip to content

Commit

Permalink
relaxed select
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Jun 23, 2023
1 parent 707a67e commit 1797160
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/select.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,14 @@
Variations
========================================================================== */

/**
* Relaxed
*/

.ts-select.is-relaxed {
--height: var(--ts-input-height-large);
}

/**
* Multiple
*/
Expand Down Expand Up @@ -324,7 +332,7 @@
color: var(--ts-gray-800);
cursor: pointer;
font-size: var(--ts-font-size-14px);
padding: 0 2.5rem 0 .9rem;
padding: 0 2.5rem 0 0.9rem;
width: 100%;
z-index: 1;
background: transparent;
Expand All @@ -334,7 +342,6 @@
opacity: 0.5;
}


.ts-select[data-tocas="input-combo"] .content.is-hidden {
visibility: hidden;
}
}

0 comments on commit 1797160

Please sign in to comment.