Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Gtk-3.22&3.24&4.0: [XfdesktopIconView] Add styling (2)
Browse files Browse the repository at this point in the history
No need to employ heavier weight.
  • Loading branch information
tista500 committed Aug 28, 2018
1 parent f10bf1b commit 3a7fc5c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion gtk/sass/3.22/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,6 @@ XfdesktopIconView.view {
border-radius: 2px;
background: transparent;
color: $selected_fg_color;
font-weight: 700;
text-shadow: $z-depth-1-label; // non-sense for me
&:active {
background-color: $selected_bg_color;
Expand Down
1 change: 0 additions & 1 deletion gtk/sass/3.24/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2414,7 +2414,6 @@ XfdesktopIconView.view {
border-radius: 2px;
background: transparent;
color: $selected_fg_color;
font-weight: 700;
text-shadow: $z-depth-1-label; // non-sense for me
&:active {
background-color: $selected_bg_color;
Expand Down
1 change: 0 additions & 1 deletion gtk/sass/4.0/_3rd-party.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2393,7 +2393,6 @@ XfdesktopIconView.view {
border-radius: 2px;
background: transparent;
color: $selected_fg_color;
font-weight: 700;
text-shadow: $z-depth-1-label; // non-sense for me
&:active {
background-color: $selected_bg_color;
Expand Down

0 comments on commit 3a7fc5c

Please sign in to comment.