]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/src/assets/scss/forms.scss
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / assets / scss / forms.scss
index e6d830c98974476388ef64793cbc4206ec7a11e1..3ca145257342e8a2706ae856514c3ae8e1fcacf7 100644 (file)
@@ -1,12 +1,10 @@
 .c-custom-select {
-    -moz-appearance: none;
-    -webkit-appearance: none;
     appearance: none;
     box-sizing: border-box;
     display: block;
     width: 100%;
     max-width: 100%;
-    min-width: 0px;
+    min-width: 0;
     padding: .625rem .875rem;
     padding-right: calc(.875rem * 2.5);
     padding-inline-end: calc(.875rem * 2.5);
     background-color: var(--body-background-color);
     background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.60938L10 12.6094L15 7.60938' stroke='%23667085' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"), linear-gradient(to bottom, var(--body-background-color) 0%, var(--body-background-color) 100%);
     background-repeat: no-repeat, repeat;
-    background-position: right .875rem top 50%,
-    0 0;
+    background-position: right .875rem top 50%, 0 0;
     background-size: 1em auto, 100%;
 }
 
 .label__text.label__text {
     display: flex;
-    font-size: .875rem;
     align-items: center;
     gap: .5rem;
     font-size: .875rem;
@@ -45,7 +41,6 @@ input {
     font: inherit;
     font-size: 1rem;
     display: block;
-    line-height: 1.3;
     min-width: 0;
     line-height: 1.3;
     max-width: 100%;