Skip to content

Commit

Permalink
Updated styles for create branch (atlassian#1733)
Browse files Browse the repository at this point in the history
fixed some styles for create branch compared to design

Co-authored-by: Josh Kay <[email protected]>
  • Loading branch information
joshkay10 and Josh Kay authored Nov 9, 2022
1 parent 2f92e2b commit 930265f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion static/css/github-create-branch.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
height: 2.5em;
line-height: 1.7rem;
background: #ebecf0;
color: #7a869a;
color: #172B4D;
}

#createBranchForm input[type=text] {
padding-left: 10px;
}

#createBranchForm input[type=text]:focus {
background-color: #FAFBFC;
}

.headerImage {
Expand Down Expand Up @@ -130,3 +138,7 @@
display: none;
justify-content: space-evenly;
}

.aui-select2-container.select2-container .select2-choice:after {
color: #42526E;
}

0 comments on commit 930265f

Please sign in to comment.