From 5889423de311bec254f4fd2ce02ee1b93cdc130b Mon Sep 17 00:00:00 2001 From: Cormac Parle Date: Tue, 28 Nov 2017 17:08:24 +0000 Subject: [PATCH] Do not overwrite all background attributes with a color Bug: T176010 Change-Id: I605675fe3ddb9fd3a83c513f8fdb2d104adb21dd --- resources/forms.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/forms.less b/resources/forms.less index 7bb06d1..a378871 100644 --- a/resources/forms.less +++ b/resources/forms.less @@ -153,10 +153,10 @@ button { box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.05 ); &:active { - background: @grey-bright; + background-color: @grey-bright; } &:hover { - background: @grey-bright; + background-color: @grey-bright; } } textarea {