Add indication that you have been blocked in web UI (#10420)

This commit is contained in:
Eugen Rochko
2019-03-30 00:43:29 +01:00
committed by GitHub
parent 1d62b88f8d
commit bd02ec6daa
5 changed files with 34 additions and 20 deletions

View File

@ -99,9 +99,9 @@
}
}
&:active,
&:focus,
&:hover {
&:active:not(:disabled),
&:focus:not(:disabled),
&:hover:not(:disabled) {
background: lighten($ui-highlight-color, 10%);
svg path:last-child {