Fix underlines
This commit is contained in:
parent
a8d83ee713
commit
6ce651db1c
3 changed files with 8 additions and 4 deletions
|
|
@ -18,6 +18,10 @@
|
|||
transform: translate(-50%, -50%);
|
||||
z-index: 21;
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.DialogHeader {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
&:hover {
|
||||
background: var(--grid-rep-hover);
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
h2,
|
||||
.Grid {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
|
|
@ -33,10 +33,6 @@ a {
|
|||
color: $blue;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&:visited {
|
||||
color: $blue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue