Skip to content

Commit

Permalink
FFE-2. Konverterer select-box til BEM. Fjernet unødvendig validerings…
Browse files Browse the repository at this point in the history
…-styling (bruker aria-invalid="true" i stedet).
  • Loading branch information
gbrownlee committed Nov 24, 2015
1 parent 6550eaf commit fa92137
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions less/components/select-box.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,4 @@
&::-ms-expand {
display: none;
}

&.error {
border-color: @orange-wcag;
border-style: solid;
margin-bottom: 5px;

&:focus {
outline-color: #fff;
}
}
}

0 comments on commit fa92137

Please sign in to comment.