Skip to content

Commit 4a15f1f

Browse files
committed
[explorer] fix: more lint fix
1 parent 65a0630 commit 4a15f1f

File tree

1 file changed

+24
-26
lines changed

1 file changed

+24
-26
lines changed

src/components/fields/MessageField.vue

+24-26
Original file line numberDiff line numberDiff line change
@@ -107,39 +107,37 @@ export default {
107107

108108
<style lang="scss" scoped>
109109
.hideContent {
110-
display: none;
110+
display: none;
111111
}
112112
113113
.overlay {
114-
text-align: center;
115-
position: absolute;
116-
color: var(--clickable-text);
117-
z-index: 999;
114+
text-align: center;
115+
position: absolute;
116+
color: var(--clickable-text);
117+
z-index: 999;
118118
119-
:hover > & {
120-
cursor: pointer;
121-
text-decoration: underline;
122-
}
119+
:hover > & {
120+
cursor: pointer;
121+
text-decoration: underline;
122+
}
123123
}
124124
125125
.viewOptions {
126-
display: flex;
127-
justify-content: center;
128-
margin-top: 10px;
129-
max-width: 150px;
130-
width: 100%;
131-
border-radius: 5px;
132-
border-width: 1px;
133-
border-style: solid;
134-
padding: 5px 10px;
135-
136-
border-color: var(--clickable-text);
137-
color: var(--clickable-text);
126+
display: flex;
127+
justify-content: center;
128+
margin-top: 10px;
129+
max-width: 150px;
130+
width: 100%;
131+
border-radius: 5px;
132+
border-width: 1px;
133+
border-style: solid;
134+
padding: 5px 10px;
135+
border-color: var(--clickable-text);
136+
color: var(--clickable-text);
138137
139-
:hover > & {
140-
cursor: pointer;
141-
text-decoration: underline;
142-
}
138+
:hover > & {
139+
cursor: pointer;
140+
text-decoration: underline;
141+
}
143142
}
144-
145143
</style>

0 commit comments

Comments
 (0)