chore(css): remove legacy dsfr hacks
This commit is contained in:
parent
35a17cc2c6
commit
af6dd67cef
1 changed files with 0 additions and 27 deletions
|
@ -159,11 +159,6 @@ input[type='radio'] {
|
|||
box-shadow: 0px 0px 0px 1px $light-red;
|
||||
}
|
||||
|
||||
.fr-table table.hack-to-display-dropdown {
|
||||
padding-bottom: 300px;
|
||||
margin-bottom: -300px;
|
||||
}
|
||||
|
||||
// on utilise le dropdown de sélecteur de langue pour un autre usage donc on veut retirer l'icone
|
||||
.fr-translate .fr-translate__btn.custom-fr-translate-no-icon::before {
|
||||
display: none;
|
||||
|
@ -174,21 +169,6 @@ input[type='radio'] {
|
|||
width: max-content;
|
||||
}
|
||||
|
||||
button.fr-tag-bug {
|
||||
background-color: $blue-france-500;
|
||||
color: #ffffff;
|
||||
|
||||
&:hover {
|
||||
background-color: #1212ff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.tag-dismiss {
|
||||
font-size: 1rem;
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
// on applique le comportement desktop du sélecteur de langue aux terminaux de toute dimension
|
||||
.fr-translate .fr-menu__list {
|
||||
display: grid;
|
||||
|
@ -248,13 +228,6 @@ button.fr-tag-bug {
|
|||
display: block; // Pour cette valeur spécifique, on récupère celle de .fr-label
|
||||
}
|
||||
|
||||
// Fix toggles having labels on 2 lines
|
||||
// From upstream https://github.com/GouvernementFR/dsfr/pull/928
|
||||
// Remove it when PR is merged (v1.12 ?)
|
||||
.fr-toggle label[data-fr-unchecked-label][data-fr-checked-label]::before {
|
||||
word-wrap: normal;
|
||||
}
|
||||
|
||||
// We use the DSFR badge design to highlight the email in France Connect page
|
||||
// but we don't want it to be uppercase
|
||||
.fr-badge--lowercase {
|
||||
|
|
Loading…
Reference in a new issue