|
143 | 143 | margin-bottom: 12px; |
144 | 144 | } |
145 | 145 |
|
146 | | -.repository #clone-panel #repo-clone-url { |
| 146 | +.repository .clone-panel #repo-clone-url { |
147 | 147 | width: 320px; |
148 | 148 | border-radius: 0; |
149 | 149 | } |
150 | 150 |
|
151 | | -@media (min-width: 768px) and (max-width: 991.98px) { |
152 | | - .repository #clone-panel #repo-clone-url { |
| 151 | +@media (max-width: 991.98px) { |
| 152 | + .repository .clone-panel #repo-clone-url { |
153 | 153 | width: 200px; |
154 | 154 | } |
155 | 155 | } |
156 | 156 |
|
157 | | -@media (max-width: 767.98px) { |
158 | | - .repository #clone-panel #repo-clone-url { |
159 | | - width: 200px; |
160 | | - } |
161 | | -} |
162 | | - |
163 | | -.repository #clone-panel #repo-clone-https, |
164 | | -.repository #clone-panel #repo-clone-ssh { |
165 | | - border-right: none; |
| 157 | +.repository .ui.action.input.clone-panel > button + button, |
| 158 | +.repository .ui.action.input.clone-panel > button + input { |
| 159 | + margin-left: -1px; /* make the borders overlap to avoid double borders */ |
166 | 160 | } |
167 | 161 |
|
168 | | -.repository #clone-panel #more-btn { |
169 | | - border-left: none; |
170 | | -} |
171 | | - |
172 | | -.repository #clone-panel button:first-of-type { |
| 162 | +.repository .clone-panel > button:first-of-type { |
173 | 163 | border-radius: var(--border-radius) 0 0 var(--border-radius) !important; |
174 | 164 | } |
175 | 165 |
|
176 | | -.repository #clone-panel button:last-of-type { |
| 166 | +.repository .clone-panel > button:last-of-type { |
177 | 167 | border-radius: 0 var(--border-radius) var(--border-radius) 0 !important; |
178 | 168 | } |
179 | 169 |
|
180 | | -.repository #clone-panel .dropdown .menu { |
| 170 | +.repository .clone-panel .dropdown .menu { |
181 | 171 | right: 0 !important; |
182 | 172 | left: auto !important; |
183 | 173 | } |
|
1759 | 1749 | font-weight: var(--font-weight-normal); |
1760 | 1750 | } |
1761 | 1751 |
|
1762 | | -.repository.quickstart .guide .clone.button:first-child { |
1763 | | - border-radius: var(--border-radius) 0 0 var(--border-radius); |
1764 | | -} |
1765 | | - |
1766 | 1752 | .repository.quickstart .guide #repo-clone-url { |
1767 | 1753 | border-radius: 0; |
1768 | 1754 | padding: 5px 10px; |
|
0 commit comments