Skip to content

Commit 531aadd

Browse files
committed
Resolve scaladoc-searchbar.css
1 parent 3216c8a commit 531aadd

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

scaladoc-js/resources/scaladoc-searchbar.css

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,8 @@
9494

9595
.scaladoc-searchbar-result a {
9696
color: #1f2326;
97-
<<<<<<< HEAD
98-
<<<<<<< HEAD
99-
=======
100-
<<<<<<< HEAD
10197
text-indent: -20px;
10298
padding-left: 20px;
103-
=======
104-
>>>>>>> Add tests
105-
=======
106-
text-indent: -20px;
107-
padding-left: 20px;
108-
=======
109-
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
11099
/* for some reason, with display:block if there's a wrap between the
111100
* search result text and the location span, the dead space to the
112101
* left of the location span doesn't get treated as part of the block,
@@ -115,16 +104,8 @@
115104
*/
116105
display: inline-block;
117106
width: 100%;
118-
<<<<<<< HEAD
119-
<<<<<<< HEAD
120107
text-indent: -20px;
121108
padding-left: 20px;
122-
=======
123-
>>>>>>> 89a6409cd0... Improvements to search UX
124-
>>>>>>> Add tests
125-
=======
126-
>>>>>>> 89a6409cd0... Improvements to search UX
127-
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
128109
}
129110

130111
.scaladoc-searchbar-result .scaladoc-searchbar-location {
@@ -155,8 +136,6 @@
155136
background-repeat: no-repeat;
156137
border-radius: 12px;
157138
box-shadow: 0 0 2px black;
158-
<<<<<<< HEAD
159-
<<<<<<< HEAD
160139
}
161140

162141
.snippet-comment-button:hover {
@@ -172,14 +151,8 @@
172151
.hide-snippet-comments-button {
173152
-ms-transform: rotate(45deg);
174153
transform: rotate(45deg);
175-
=======
176-
>>>>>>> Add tests
177-
}
178-
179-
=======
180154
}
181155

182-
>>>>>>> 8ee622a0c755f23d1c63ec548a85ea9cbab1d48f
183156
.snippet-comment-button:hover {
184157
background:
185158
linear-gradient(#444, #444),

0 commit comments

Comments
 (0)