Skip to content
Snippets Groups Projects

Apply text color white on button when focus

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,7 +16,7 @@
@@ -16,7 +16,7 @@
/* Custom buttons */
/* Custom buttons */
.btn {
.btn {
text-transform: @btn-text-transform;
text-transform: @btn-text-transform;
&:visited {
&:visited, &:focus {
color:@white;
color:@white;
}
}
}
}
Loading