mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(css) .cmd-button hover: rm border color
This commit is contained in:
parent
ab374adc76
commit
9b5759a32a
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ body {
|
|||
}
|
||||
|
||||
.cmd-button:hover {
|
||||
border: 1.5px solid rgb(0,0,0);
|
||||
border: 1.5px solid;
|
||||
transition: ease 0.5s;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue