Coding standards: Fix incorrect CSS rgba() values.

Also, fixes some indentation where spaces were used instead of tabs.

Props nielslange, mukesh27.
Fixes #45937.

Built from https://develop.svn.wordpress.org/trunk@44791


git-svn-id: http://core.svn.wordpress.org/trunk@44623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia
2019-03-04 22:02:52 +00:00
parent 3a2a5431f1
commit 957ad84b81
58 changed files with 408 additions and 402 deletions

View File

@@ -47,7 +47,7 @@
background: #0085ba !important;
border-radius: 50%;
border: 2px solid #fff;
box-shadow: 0 2px 1px rgba(46,68,83,0.15);
box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
text-align: center;
cursor: pointer;
box-sizing: border-box;