Rename --background-color to --avatar-background-color
This fixes the default background colour for gr-avatar under Polymer 2. Change-Id: I4547f3138fb381f5c3fd418f4e5df8332462101d
This commit is contained in:
@@ -28,7 +28,7 @@ limitations under the License.
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
background-size: cover;
|
||||
background-color: var(--background-color, #f1f2f3);
|
||||
background-color: var(--avatar-background-color, #f1f2f3);
|
||||
}
|
||||
</style>
|
||||
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
|
||||
|
||||
Reference in New Issue
Block a user