Skip to content

Commit

Permalink
fix: add focus state for draghandle
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Apr 16, 2021
1 parent 1347466 commit 7339d40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/default/scss/colorpicker/_theme.scss
Expand Up @@ -109,6 +109,10 @@
background-color: transparent;
}

.k-draghandle.k-state-focus {
outline: 1px dotted black;
}

}


Expand All @@ -135,6 +139,10 @@
.k-draghandle {
border-color: rgba(255, 255, 255, .8);
box-shadow: 0 1px 4px rgba(0, 0, 0, .21);

&.k-state-focus {
outline: 1px dotted black;
}
}

// Color contrast
Expand Down

0 comments on commit 7339d40

Please sign in to comment.