Skip to content

Commit

Permalink
[FIX] web: first less/sass oversight of forward-port...
Browse files Browse the repository at this point in the history
  • Loading branch information
KangOl committed Apr 19, 2018
1 parent 583066f commit 1ad82eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/web/static/src/scss/kanban_view.scss
Expand Up @@ -19,9 +19,9 @@
padding: $o-kanban-inside-vgutter $o-kanban-inside-hgutter-mobile;
}
&:focus, &:focus-within {
-webkit-box-shadow: 1px 1px 1px 0px @gray-light;
-moz-box-shadow: 1px 1px 1px 0px @gray-light;
box-shadow: 1px 1px 1px 0px @gray-light;
-webkit-box-shadow: 1px 1px 1px 0px $gray-light;
-moz-box-shadow: 1px 1px 1px 0px $gray-light;
box-shadow: 1px 1px 1px 0px $gray-light;
z-index: 1; // show the shadow on top of the previous & next cards in grouped mode
outline: none;
}
Expand Down

0 comments on commit 1ad82eb

Please sign in to comment.