| Index: chrome/android/java/res/layout/website_settings.xml
|
| diff --git a/chrome/android/java/res/layout/website_settings.xml b/chrome/android/java/res/layout/website_settings.xml
|
| index fa3c2575cd560d85333148e806f86cbc2bc54c1f..3c9c9a0171ed21d32932a4ef1c749c60a67965b9 100644
|
| --- a/chrome/android/java/res/layout/website_settings.xml
|
| +++ b/chrome/android/java/res/layout/website_settings.xml
|
| @@ -39,7 +39,6 @@
|
|
|
| <Button
|
| android:id="@+id/website_settings_copy_url_button"
|
| - android:background="?attr/selectableItemBackground"
|
| android:layout_gravity="end"
|
| android:layout_width="wrap_content"
|
| android:layout_height="@dimen/website_settings_popup_button_height"
|
| @@ -50,10 +49,8 @@
|
| android:paddingEnd="@dimen/website_settings_popup_button_padding_sides"
|
| android:paddingStart="@dimen/website_settings_popup_button_padding_sides"
|
| android:text="@string/page_info_copy_url_button"
|
| - android:textAllCaps="true"
|
| - android:textColor="#4184f3"
|
| - android:textSize="@dimen/website_settings_popup_button_text_size"
|
| - android:textStyle="bold" />
|
| + android:textColor="@color/light_active_color"
|
| + style="@style/ButtonBorderlessCompat" />
|
| </LinearLayout>
|
|
|
| <!-- Horizontal separator -->
|
| @@ -87,7 +84,6 @@
|
|
|
| <Button
|
| android:id="@+id/website_settings_site_settings_button"
|
| - android:background="?attr/selectableItemBackground"
|
| android:layout_width="wrap_content"
|
| android:layout_height="@dimen/website_settings_popup_button_height"
|
| android:layout_marginEnd="@dimen/website_settings_popup_button_margin_sides"
|
| @@ -95,10 +91,8 @@
|
| android:paddingEnd="@dimen/website_settings_popup_button_padding_sides"
|
| android:paddingStart="@dimen/website_settings_popup_button_padding_sides"
|
| android:text="@string/page_info_site_settings_button"
|
| - android:textAllCaps="true"
|
| android:textColor="@color/website_settings_popup_button_text"
|
| - android:textSize="@dimen/website_settings_popup_button_text_size"
|
| - android:textStyle="bold" />
|
| + style="@style/ButtonBorderlessCompat" />
|
| </FrameLayout>
|
| </LinearLayout>
|
|
|
|
|