mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(style) .panel, .cmd-button: border in Chrome Canary v59: 1.5px -> 1px
This commit is contained in:
parent
d01682da21
commit
445bcb70b7
1 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ body, pre, code {
|
|||
}
|
||||
|
||||
.panel, .cmd-button {
|
||||
border: 1.5px solid;
|
||||
border: 1px solid;
|
||||
border-color: rgba(49, 123, 249, 0.4);
|
||||
}
|
||||
|
||||
|
|
@ -102,7 +102,7 @@ body, pre, code {
|
|||
}
|
||||
|
||||
.cmd-button:hover {
|
||||
border: 1.5px solid;
|
||||
border: 1px solid;
|
||||
transition: ease 0.5s;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue