Added hover state
This commit is contained in:
@@ -128,9 +128,16 @@ ul.color-picker li a {
|
||||
width: 120px;
|
||||
text-align: center;
|
||||
color: @grayLight;
|
||||
border: 2px @grayLight dashed !important;
|
||||
border: 2px @grayLight dashed;
|
||||
line-height: 120px;
|
||||
text-decoration: none;
|
||||
|
||||
transition: all 150ms ease-in-out;
|
||||
|
||||
&:hover {
|
||||
color: @gray;
|
||||
border-color: @gray;
|
||||
}
|
||||
}
|
||||
|
||||
.umb-mediapicker .picked-image {
|
||||
|
||||
Reference in New Issue
Block a user