Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Don't show dotted border on the * for required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsverkoyen committed Jun 22, 2013
1 parent 14f13c8 commit 588c645
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/layout/sass/_forms.scss
@@ -1,3 +1,7 @@
.formError {
@extend .help-inline;
}

label abbr[title], label abbr[data-original-title] {
border: none;
}

0 comments on commit 588c645

Please sign in to comment.