mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-15 10:43:12 +00:00
Remove hover
This commit is contained in:
parent
6761f09c6e
commit
c518aa983b
1 changed files with 0 additions and 3 deletions
|
|
@ -19,15 +19,12 @@
|
|||
position: relative;
|
||||
overflow: hidden;
|
||||
border-radius: 2px;
|
||||
transition: $swift-ease-out;
|
||||
color: #455A64;
|
||||
font-family: "Operator Mono", "Fira Code", Menlo, Hack, "Roboto Mono", "Liberation Mono", Monaco, monospace;
|
||||
font-size: 14px;
|
||||
line-height: 24px;
|
||||
|
||||
&:hover {
|
||||
background-color: #f5f5f5;
|
||||
|
||||
&:after {
|
||||
opacity: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue