forked from AkkomaGang/admin-fe
Remove focus and hover styles for statuses count
This commit is contained in:
parent
8d1d9940c9
commit
791f576543
1 changed files with 7 additions and 0 deletions
|
@ -178,6 +178,13 @@ export default {
|
||||||
margin: 0 0 10px;
|
margin: 0 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.statuses-header-container {
|
||||||
|
.el-button.is-plain:focus, .el-button.is-plain:hover {
|
||||||
|
border-color: #DCDFE6;
|
||||||
|
color: #606266;
|
||||||
|
cursor: default
|
||||||
|
}
|
||||||
|
}
|
||||||
.checkbox-container {
|
.checkbox-container {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue