Disallow invalid inline style comments in stylesheets (#9099)
This commit is contained in:
@@ -61,7 +61,7 @@ limitations under the License.
|
||||
width: fit-content;
|
||||
|
||||
.mx_AccessibleButton {
|
||||
padding: 73px 8px 15px; // top: 20px top padding + 40px icon + 13px margin
|
||||
padding: 73px 8px 15px; /* top: 20px top padding + 40px icon + 13px margin */
|
||||
|
||||
width: 160px;
|
||||
min-height: 132px;
|
||||
@@ -76,18 +76,18 @@ limitations under the License.
|
||||
font-weight: 600;
|
||||
font-size: $font-15px;
|
||||
line-height: $font-20px;
|
||||
color: #fff; // on all themes
|
||||
color: #fff; /* on all themes */
|
||||
background-color: $accent;
|
||||
|
||||
&::before {
|
||||
top: 20px;
|
||||
left: 60px; // (160px-40px)/2
|
||||
left: 60px; /* (160px-40px)/2 */
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
|
||||
content: '';
|
||||
position: absolute;
|
||||
background-color: #fff; // on all themes
|
||||
background-color: #fff; /* on all themes */
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user