Add indication that you have been blocked in web UI (#10420)
This commit is contained in:
parent
1d62b88f8d
commit
bd02ec6daa
5 changed files with 34 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue