0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {