Add some clarifying comments

This commit is contained in:
Travis Ralston 2019-05-20 20:41:48 -06:00
parent 332f716ce4
commit 52b0f285c6
3 changed files with 18 additions and 1 deletions

View file

@ -110,6 +110,10 @@ textarea {
color: $primary-fg-color;
}
// This is used to hide the standard outline added by browsers for
// accessible (focusable) components. Not intended for buttons, but
// should be used on things like focusable containers where the outline
// is usually not helping anyone.
.mx_HiddenFocusable {
outline: none;
}