mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-16 21:55:37 -05:00
Add "clearable" badge
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
.badge {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.x {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.number {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
.check,
|
||||
.number {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.x {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user