mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(style) .cmd-button focus: add outline
This commit is contained in:
parent
bab6451339
commit
edc41b880c
1 changed files with 4 additions and 0 deletions
|
|
@ -111,6 +111,10 @@ body {
|
|||
transition: ease 0.1s;
|
||||
}
|
||||
|
||||
.cmd-button:focus {
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.clear-storage {
|
||||
margin-right: 6px;
|
||||
margin-left: 7px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue