Fix ULS: Pointer style target should match click target
Reported at https://bugzilla.wikimedia.org/show_bug.cgi?id=41314 Also removed unwanted a tag Change-Id: Id3eeabf76a12a8ec2c0d38b27b868216a2f785e0
This commit is contained in:
@@ -3,18 +3,16 @@ body {
|
||||
padding-right: 10%;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.navbar {
|
||||
background-color: #333;
|
||||
color: #FFFFFF;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
span.uls-trigger {
|
||||
float: right;
|
||||
}
|
||||
span.uls-trigger a {
|
||||
cursor: pointer;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user