Skip to content

Commit

Permalink
BUG: fixed "regression" inserted with 9281ebc adding a new class to S…
Browse files Browse the repository at this point in the history
…iteTree elem (edit-disabled)
  • Loading branch information
g4b0 authored and g4b0 committed May 30, 2013
1 parent 87694b7 commit 7bcaf90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions admin/scss/_tree.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
&.disabled > a {
color: #aaaaaa;
}
&.edit-disabled > a {
color: #aaaaaa;
}
// Expand/collapse arrows
& > .jstree-icon {
cursor: pointer;
Expand Down

0 comments on commit 7bcaf90

Please sign in to comment.