mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-25 06:41:21 +00:00
Amend styles for ignore button
This commit is contained in:

committed by
Rowan Manning

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