Skip to content

Commit

Permalink
Remove text-shadow from CSS.
Browse files Browse the repository at this point in the history
This is a no-longer needed leftover and seems to cause some problems.

https://bugzilla.gnome.org/show_bug.cgi?id=740527
  • Loading branch information
otsaloma committed Nov 22, 2014
1 parent c1e2f63 commit ec1ab12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions TODO
Expand Up @@ -4,6 +4,7 @@ Gaupol 0.27.1
[X] Center tab labels
[X] Fix bookmarks not being cleared when a file with bookmarks
is closed (#740481)
[X] Remove buggy text-shadow use from CSS (#740527)

Gaupol 1.0
==========
Expand Down
1 change: 0 additions & 1 deletion data/ui/gaupol.css
Expand Up @@ -4,7 +4,6 @@
border-top-right-radius: 5px;
color: #ffffff;
padding: 4px 9px 4px 4px;
text-shadow: 1px 1px black;
}

#gaupol-tab-close-button {
Expand Down

0 comments on commit ec1ab12

Please sign in to comment.