Use bootstrap text-muted in place of custom deemphasze class

This avoids changing anything related to forms, since they will be
switched over to bootstrap separately.
This commit is contained in:
Andy Allan 2020-07-08 15:34:50 +02:00
parent 9f993fe8c8
commit 1977e66ace
15 changed files with 32 additions and 35 deletions

View file

@ -101,6 +101,10 @@ a {
}
}
.text-muted a {
color: $blue;
}
/* Rules for the header */
#menu-icon {
@ -1417,7 +1421,7 @@ tr.turn:hover {
margin-top: $lineheight/2;
}
&.deemphasize {
&.deleted {
background-color: #fee;
}
@ -1472,7 +1476,7 @@ tr.turn:hover {
padding-top: $lineheight;
border-top: 1px solid $grey;
}
&.deemphasize {
&.deleted {
background-color: #fee;
}
p {