mirror of
https://github.com/umami-software/umami.git
synced 2026-02-06 13:47:15 +01:00
Convert buttons to links.
This commit is contained in:
parent
e35821a0c3
commit
5e57b26e46
16 changed files with 82 additions and 50 deletions
|
|
@ -1,12 +1,12 @@
|
|||
.link,
|
||||
.link:active,
|
||||
.link:visited {
|
||||
a.link,
|
||||
a.link:active,
|
||||
a.link:visited {
|
||||
position: relative;
|
||||
color: #2c2c2c;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.link:before {
|
||||
a.link:before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -2px;
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
transition: width 100ms;
|
||||
}
|
||||
|
||||
.link:hover:before {
|
||||
a.link:hover:before {
|
||||
width: 100%;
|
||||
transition: width 100ms;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue