Do not overwrite all background attributes with a color

Bug: T176010
Change-Id: I605675fe3ddb9fd3a83c513f8fdb2d104adb21dd
isekai
Cormac Parle 7 years ago
parent b9bf9b3668
commit 5889423de3

@ -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 {

Loading…
Cancel
Save