Skip to content

Commit 08e00ab

Browse files
author
Sam Brannon
committed
Removed border color from social media input fields
1 parent a14a1ac commit 08e00ab

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

app/assets/stylesheets/admin/sidebar.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -352,41 +352,26 @@ Social
352352
//twitter
353353
#social_twitter{
354354
color: $twitter;
355-
input{
356-
border-color: $twitter;
357-
}
358355
}
359356

360357
//soundcloud
361358
#social_soundcloud{
362359
color: $soundcloud;
363-
input{
364-
border-color: $soundcloud;
365-
}
366360
}
367361

368362
//facebook
369363
#social_facebook{
370364
color: $facebook;
371-
input{
372-
border-color: $facebook;
373-
}
374365
}
375366

376367
//spotify
377368
#social_spotify{
378369
color: $spotify;
379-
input{
380-
border-color: $spotify;
381-
}
382370
}
383371

384372
//instagram
385373
#social_instagram{
386374
color: $instagram;
387-
input{
388-
border-color: $instagram;
389-
}
390375
}
391376

392377
/*************************************

0 commit comments

Comments
 (0)