mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(view) rm spaces
This commit is contained in:
parent
661ab3a232
commit
e1b0b939eb
1 changed files with 3 additions and 3 deletions
|
|
@ -1,15 +1,15 @@
|
|||
.view {
|
||||
font-size: 16px;
|
||||
white-space :pre;
|
||||
outline: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.view::selection {
|
||||
.view::selection {
|
||||
text-shadow: none;
|
||||
background: #b3d4fc;
|
||||
}
|
||||
|
||||
.view-overlay {
|
||||
.view-overlay {
|
||||
display : block;
|
||||
background : rgb(255, 255, 255);
|
||||
background : rgba(255, 255, 255, 0.1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue