mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Amend styles for ignore button
This commit is contained in:

committed by
Rowan Manning

parent
02e22eb094
commit
01897d8a17
@@ -77,4 +77,7 @@
|
||||
.run-details .pull-right.dropdown-menu {
|
||||
right:82px;
|
||||
}
|
||||
.tasks-list li {
|
||||
padding-right:105px;
|
||||
}
|
||||
}
|
||||
|
@@ -216,8 +216,6 @@
|
||||
/* Badges */
|
||||
.badge {
|
||||
border-radius:0.25em;
|
||||
}
|
||||
.badge {
|
||||
display:inline-block;
|
||||
padding:10px;
|
||||
font-size:ceil(@font-size-base * 0.85); // ~13px;
|
||||
@@ -263,18 +261,18 @@
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.btn {
|
||||
form {
|
||||
display:none;
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:20px;
|
||||
top:0;
|
||||
|
||||
&:hover {
|
||||
&:hover .btn {
|
||||
color:@brand-primary;
|
||||
}
|
||||
}
|
||||
|
||||
&:hover .btn {
|
||||
&:hover form {
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user