diff --git a/ui/chess/css/_zh-pocket.scss b/ui/chess/css/_zh-pocket.scss index 9dfd724126b7c..f3a7c73944666 100644 --- a/ui/chess/css/_zh-pocket.scss +++ b/ui/chess/css/_zh-pocket.scss @@ -64,6 +64,10 @@ background-color: #aaa; } + &.selected-to-drop { + background-color: rgba(20, 85, 30, 0.5); + } + &:first-child:hover { @extend %box-radius-left; }