|
8 | 8 | position: relative;
|
9 | 9 |
|
10 | 10 | &__input {
|
11 |
| - appearance: none; |
12 |
| - background: var(--item-background--hover); |
13 |
| - border: none; |
14 |
| - outline: none; |
15 |
| - border-radius: 0.625rem; |
16 |
| - width: 100%; |
17 |
| - margin: 0; |
18 |
| - padding: 0 0.5rem 0 var(--search-bar-height); |
| 11 | + //appearance: none; |
| 12 | + ////background: var(--item-background--hover); |
| 13 | + ////border: none; |
| 14 | + //outline: none; |
| 15 | + //border-radius: 0.625rem; |
| 16 | + //border: var(--jenkins-border-width) solid var(--input-border); |
| 17 | + //width: 100%; |
| 18 | + //margin: 0; |
| 19 | + padding: 0 0.5rem 0 34px; |
19 | 20 | line-height: 1;
|
20 |
| - box-shadow: |
21 |
| - 0 0 0 2px transparent, |
22 |
| - 0 0 0 12px transparent; |
23 |
| - transition: var(--standard-transition); |
| 21 | + //box-shadow: |
| 22 | + // 0 0 0 2px transparent, |
| 23 | + // 0 0 0 12px transparent; |
| 24 | + //transition: var(--standard-transition); |
24 | 25 | height: var(--search-bar-height);
|
25 | 26 |
|
26 | 27 | &::placeholder {
|
|
58 | 59 | }
|
59 | 60 |
|
60 | 61 | &:not(:disabled) {
|
61 |
| - &:hover { |
62 |
| - background: var(--item-background--active); |
63 |
| - } |
| 62 | + //&:hover { |
| 63 | + // background: var(--item-background--active); |
| 64 | + //} |
64 | 65 |
|
65 | 66 | &:active,
|
66 | 67 | &:focus {
|
67 |
| - outline: none; |
68 |
| - background: var(--item-background--active); |
69 |
| - box-shadow: |
70 |
| - 0 0 0 2px var(--focus-input-border), |
71 |
| - 0 0 0 7px var(--focus-input-glow); |
| 68 | + //outline: none; |
| 69 | + ////background: var(--item-background--active); |
| 70 | + //box-shadow: |
| 71 | + // 0 0 0 2px var(--focus-input-border), |
| 72 | + // 0 0 0 7px var(--focus-input-glow); |
72 | 73 |
|
73 | 74 | &::-webkit-search-cancel-button {
|
74 | 75 | opacity: 0.5;
|
|
80 | 81 |
|
81 | 82 | &:active,
|
82 | 83 | &:focus {
|
83 |
| - outline: none; |
84 |
| - background: var(--item-background--active); |
85 |
| - box-shadow: |
86 |
| - 0 0 0 2px var(--focus-input-border), |
87 |
| - 0 0 0 7px var(--focus-input-glow); |
| 84 | + //outline: none; |
| 85 | + //background: var(--item-background--active); |
| 86 | + //box-shadow: |
| 87 | + // 0 0 0 2px var(--focus-input-border), |
| 88 | + // 0 0 0 7px var(--focus-input-glow); |
88 | 89 |
|
89 | 90 | &::-webkit-search-cancel-button {
|
90 | 91 | opacity: 1;
|
|
93 | 94 | }
|
94 | 95 | }
|
95 | 96 |
|
96 |
| - &:disabled { |
97 |
| - cursor: not-allowed; |
98 |
| - } |
| 97 | + //&:disabled { |
| 98 | + // cursor: not-allowed; |
| 99 | + //} |
99 | 100 | }
|
100 | 101 |
|
101 | 102 | &__icon {
|
|
108 | 109 | pointer-events: none;
|
109 | 110 |
|
110 | 111 | svg {
|
111 |
| - width: 45%; |
112 |
| - height: 45%; |
113 |
| - max-width: 1.1rem; |
114 |
| - max-height: 1.1rem; |
| 112 | + width: 1rem; |
| 113 | + height: 1rem; |
| 114 | + max-width: 1rem; |
| 115 | + max-height: 1rem; |
115 | 116 | grid-column-start: 1;
|
116 | 117 | grid-row-start: 1;
|
117 | 118 | place-self: center center;
|
|
0 commit comments