fix a11y on discussion page

This commit is contained in:
noraiz-anwar
2018-12-05 17:36:16 +05:00
committed by Noraiz Anwar
parent cf94a662d4
commit b4b87f1980

View File

@@ -338,4 +338,10 @@
}
}
}
.btn-primary, .btn-outline-primary{
&:focus{
box-shadow: 0 0 0 2px rgb(0,120,180);
}
}
}