diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index b04a509..8700b9d 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -321,9 +321,9 @@ details[open] { } .sortable-chosen { - border: solid 3px $secondary; + border: solid 3px $secondary !important; } .sortable-ghost { - border: solid 3px $primary; + border: solid 3px $primary !important; } \ No newline at end of file