Skip to content
Snippets Groups Projects
Commit 98604af1 authored by Pan's avatar Pan
Browse files

style:refine tagsview css

parent 3cb1e321
No related branches found
No related tags found
No related merge requests found
......@@ -82,10 +82,12 @@ export default {
margin-left: 15px;
}
&.active {
background-color: #eef1f6;
background-color: #42b983;
color: #fff;
border-color: #42b983;
&::before {
content: '';
background: #20a0ff;
background: #fff;
display: inline-block;
width: 8px;
height: 8px;
......@@ -94,14 +96,8 @@ export default {
margin-right: 2px;
}
}
&:hover {
// border-color: #20a0ff;
// color: #20a0ff;
}
}
}
</style>
<style rel="stylesheet/scss" lang="scss">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment