Skip to content

Commit cd6e2ad

Browse files
committed
Merge pull request #175 from primer/button-expander
Styling changes for button.ellipsis-expander
2 parents d65263f + 1a55701 commit cd6e2ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/_buttons.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
.ellipsis-expander {
252252
display: inline-block;
253253
height: 12px;
254-
padding: 0 5px;
254+
padding: 0 5px 5px;
255255
font-size: 12px;
256256
font-weight: bold;
257257
line-height: 6px;
@@ -260,6 +260,7 @@
260260
vertical-align: middle;
261261
background: #ddd;
262262
border-radius: 1px;
263+
border: 0;
263264

264265
&:hover {
265266
text-decoration: none;

0 commit comments

Comments
 (0)