<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/stylesheets/components, branch scripts-differences</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>(CE Port) Set max width for onboarding popover</title>
<updated>2019-07-15T12:43:02+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-07-15T12:43:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6233cb48f2a1c3575454095a10010a12c9353351'/>
<id>6233cb48f2a1c3575454095a10010a12c9353351</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add size 96 to avatar sizes in avatar.scss</title>
<updated>2019-07-12T13:27:20+00:00</updated>
<author>
<name>Ammar Alakkad</name>
<email>am.alakkad@gmail.com</email>
</author>
<published>2019-07-12T13:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed5e0dffe4c58fdb7f6914ce72117ff1a3c7e808'/>
<id>ed5e0dffe4c58fdb7f6914ce72117ff1a3c7e808</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix toast spacing issues</title>
<updated>2019-07-09T23:33:54+00:00</updated>
<author>
<name>Jacques Erasmus</name>
<email>jerasmus@gitlab.com</email>
</author>
<published>2019-07-09T23:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ac9c3add5ba03cc72e3f7afc81ec082c66457413'/>
<id>ac9c3add5ba03cc72e3f7afc81ec082c66457413</id>
<content type='text'>
Fixed the toast spacing issues
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed the toast spacing issues
</pre>
</div>
</content>
</entry>
<entry>
<title>Update action selector</title>
<updated>2019-06-27T07:03:37+00:00</updated>
<author>
<name>Jacques Erasmus</name>
<email>jerasmus@gitlab.com</email>
</author>
<published>2019-06-27T07:03:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=08be6ed23bdeaae4a3f356ef02a5dd791ca3fcee'/>
<id>08be6ed23bdeaae4a3f356ef02a5dd791ca3fcee</id>
<content type='text'>
Updated the toast action selector to `first-of-type` instead
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated the toast action selector to `first-of-type` instead
</pre>
</div>
</content>
</entry>
<entry>
<title>Conform related issues/MRs card to design docs</title>
<updated>2019-06-27T06:12:38+00:00</updated>
<author>
<name>Martin Hanzel</name>
<email>mhanzel@gitlab.com</email>
</author>
<published>2019-06-27T06:12:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=36d0dc083d2dc0b06304f60666e330408b63809e'/>
<id>36d0dc083d2dc0b06304f60666e330408b63809e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add identifiers for onboarding popovers</title>
<updated>2019-06-24T14:30:03+00:00</updated>
<author>
<name>Martin Wortschack</name>
<email>mwortschack@gitlab.com</email>
</author>
<published>2019-06-24T14:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e978df014cdf2e6e7913a7b3213b9f98a7fb74c6'/>
<id>e978df014cdf2e6e7913a7b3213b9f98a7fb74c6</id>
<content type='text'>
- Add button styles for onboarding welcome page
- Fix qa selector (due to additional class)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add button styles for onboarding welcome page
- Fix qa selector (due to additional class)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ealcantara-popover-styling' into 'master'</title>
<updated>2019-06-12T17:46:20+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2019-06-12T17:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=09419668dd164fd9a4e74d0fc938be6ee823875c'/>
<id>09419668dd164fd9a4e74d0fc938be6ee823875c</id>
<content type='text'>
Style popovers according to the design specs

See merge request gitlab-org/gitlab-ce!28375</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Style popovers according to the design specs

See merge request gitlab-org/gitlab-ce!28375</pre>
</div>
</content>
</entry>
<entry>
<title>Fix border radius of collapse discussion btn</title>
<updated>2019-06-10T12:10:40+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2019-06-05T18:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa98280b37511d2de53054f4108dbcf05d3caa89'/>
<id>fa98280b37511d2de53054f4108dbcf05d3caa89</id>
<content type='text'>
Turn avatar-counter into a mixin with optional border-radius
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turn avatar-counter into a mixin with optional border-radius
</pre>
</div>
</content>
</entry>
<entry>
<title>Nest category-icon inside .user-popover</title>
<updated>2019-06-07T19:34:08+00:00</updated>
<author>
<name>Enrique Alcantara</name>
<email>ealcantara@gitlab.com</email>
</author>
<published>2019-06-07T19:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0ff974299906638ebac98faaee4b9507ad636e6f'/>
<id>0ff974299906638ebac98faaee4b9507ad636e6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup deprecation message popover</title>
<updated>2019-06-07T12:52:44+00:00</updated>
<author>
<name>Enrique Alcantara</name>
<email>ealcantara@gitlab.com</email>
</author>
<published>2019-06-04T14:41:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea6147d6d1f626e30d8b84ed8e4c6b4f5961c9a3'/>
<id>ea6147d6d1f626e30d8b84ed8e4c6b4f5961c9a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
