Skip to content

Commit

Permalink
Customise outline on search filter input field
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaswin committed May 3, 2023
1 parent 0d481b0 commit bcf59ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/AllSections.vue
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ function addNewSection(sectionName: string):void {
box-shadow: 0px 4px 4px #363636;
margin-left: 25px;
padding: 0px 10px 0px 10px;
outline-color: yellow;
border: none;
text-decoration: none;
display: flex;
Expand All @@ -315,6 +314,10 @@ function addNewSection(sectionName: string):void {
width: 270px;
cursor: pointer;
margin-bottom: 10px;
&:focus {
outline: 2px solid rgb(84, 181, 132);
}
}
.section-name {
Expand Down

0 comments on commit bcf59ca

Please sign in to comment.