Just found a problem in css/message.css with one ";" missing, and perhaps a duplicate line?

.block-region {
-webkit-border-radius:6px;
-moz-border-radius:6px;
-khtml-border-radius:6
border-radius:6
border-radius:6px;
background-color:#F7F8F8;
border:2px dashed #DDD;
clear:both;
color:#666;
font-family:"Lucida Console",Monaco,"DejaVu Sans Mono",monospace;
font-size:1.167em;
font-weight:400;
margin-bottom:12px;
margin-top:4px;
padding:3px 6px 1px;
}

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

valen0797’s picture

Hello, attached file with case solution.

jncruces’s picture

Status: Active » Needs review
Harish1688’s picture

Hi,

created a sub-theme with same version (6.x-3.0-rc3) with Drupal D9 in folder structure --> styles --> css -- > components --> found message.css file, but not found this css issue there.
any other way to reproduce or check the issue for testing the patch.

JatinGupta40’s picture

This is a very old issue and is already been solved in some branches and is also removed from the latest versions. So, i think this issue can be closed now.

Thanks.

JatinGupta40’s picture

Status: Needs review » Reviewed & tested by the community

Also, the patch #1 resolves the problem.
So, moving this to RTBC.

Thanks and regards.

kunal_sahu made their first commit to this issue’s fork.