| Index: mobile/android/app/src/main/res/drawable/tab_item_close_button.xml |
| =================================================================== |
| --- a/mobile/android/app/src/main/res/drawable/tab_item_close_button.xml |
| +++ b/mobile/android/app/src/main/res/drawable/tab_item_close_button.xml |
| @@ -7,13 +7,12 @@ |
| <!-- pressed state --> |
| <item android:state_pressed="true" |
| android:drawable="@drawable/tab_close_active"/> |
| <item android:state_checked="true" |
| android:drawable="@drawable/tab_close_active"/> |
| - <!-- Changed to follow ABB style guide. See https://issues.adblockplus.org/ticket/3769 --> |
| <!-- normal mode --> |
| <item android:drawable="@drawable/tab_close_active"/> |
| </selector> |