Skip to content

Commit

Permalink
desktop: Force no borders on desktop items by default
Browse files Browse the repository at this point in the history
The previous commit started always drawing the frame, which also leads
to drawing the border.  As we didn't have defaults for the borders, a
theme could unexpectedly add theme while they weren't drawn before.
  • Loading branch information
cwendling authored and raveit65 committed Jun 30, 2019
1 parent 18e4fbd commit ce6e7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/caja-desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.caja-desktop-window,
.caja-desktop:not(:selected):not(:active):not(.rubberband){
background-color: transparent;
border: none;
}

/* desktop mode */
Expand Down

0 comments on commit ce6e7ec

Please sign in to comment.