mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
Use auto for placeholder value
This commit is contained in:
@@ -412,7 +412,7 @@
|
||||
.pseudo::inactive-selection,
|
||||
.pseudo::spelling-error,
|
||||
.pseudo::grammer-error {
|
||||
display: block;
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.regions:region {
|
||||
|
||||
@@ -456,7 +456,7 @@
|
||||
.pseudo::inactive-selection,
|
||||
.pseudo::spelling-error,
|
||||
.pseudo::grammer-error {
|
||||
display: block;
|
||||
display: auto;
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user