fix: Remove unnecessary setting of background-color
This commit is contained in:
parent
2127b2c964
commit
fbcfc4e20f
|
@ -95,7 +95,6 @@ export default {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 245px;
|
left: 245px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
background-color: #ffffff;
|
|
||||||
border-bottom: solid 1px #dcdfe6;
|
border-bottom: solid 1px #dcdfe6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -92,7 +92,6 @@ function findLink (target) {
|
||||||
|
|
||||||
.favourite {
|
.favourite {
|
||||||
padding: 8px 0 0 16px;
|
padding: 8px 0 0 16px;
|
||||||
background-color: #ffffff;
|
|
||||||
|
|
||||||
.action {
|
.action {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|
|
@ -50,7 +50,6 @@ export default {
|
||||||
|
|
||||||
.follow {
|
.follow {
|
||||||
padding: 8px 0 0 16px;
|
padding: 8px 0 0 16px;
|
||||||
background-color: #ffffff;
|
|
||||||
|
|
||||||
.action {
|
.action {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|
|
@ -92,7 +92,6 @@ function findLink (target) {
|
||||||
|
|
||||||
.reblog {
|
.reblog {
|
||||||
padding: 8px 0 0 16px;
|
padding: 8px 0 0 16px;
|
||||||
background-color: #ffffff;
|
|
||||||
|
|
||||||
.action {
|
.action {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|
|
@ -162,7 +162,6 @@ function findLink (target) {
|
||||||
|
|
||||||
.toot {
|
.toot {
|
||||||
padding: 4px 0 0 16px;
|
padding: 4px 0 0 16px;
|
||||||
background-color: #ffffff;
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -64,7 +64,6 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.loading-card {
|
.loading-card {
|
||||||
background-color: #ffffff;
|
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,6 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.loading-card {
|
.loading-card {
|
||||||
background-color: #ffffff;
|
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,6 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.loading-card {
|
.loading-card {
|
||||||
background-color: #ffffff;
|
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -48,7 +48,6 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.loading-card {
|
.loading-card {
|
||||||
background-color: #ffffff;
|
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -71,7 +71,6 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.loading-card {
|
.loading-card {
|
||||||
background-color: #ffffff;
|
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -170,7 +170,6 @@ function findLink (target) {
|
||||||
}
|
}
|
||||||
|
|
||||||
.basic-info {
|
.basic-info {
|
||||||
background-color: #ffffff;
|
|
||||||
border-top: solid 1px #dcdfe6;
|
border-top: solid 1px #dcdfe6;
|
||||||
border-bottom: solid 1px #dcdfe6;
|
border-bottom: solid 1px #dcdfe6;
|
||||||
|
|
||||||
|
|
|
@ -192,7 +192,6 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
color: #606266;
|
color: #606266;
|
||||||
background-color: #ffffff;
|
|
||||||
background-image: none;
|
background-image: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue