forked from wallabag/wallabag
Entry tags hover, active, focus style added
This commit is contained in:
@ -179,6 +179,15 @@
|
|||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chip-label:hover,
|
||||||
|
.chip-label:active,
|
||||||
|
.chip-label:focus,
|
||||||
|
.chip-action:hover,
|
||||||
|
.chip-action:active,
|
||||||
|
.chip-action:focus {
|
||||||
|
background-color: #5e5e5e;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user