fix linter with correct indentation
This commit is contained in:
parent
cf31815890
commit
75867df013
6 changed files with 45 additions and 48 deletions
|
@ -174,14 +174,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
[data-fr-theme="dark"]
|
||||
.dropdown-content {
|
||||
|
||||
[data-fr-theme="dark"] .dropdown-content {
|
||||
border: none;
|
||||
background: var(--background-action-low-blue-france);
|
||||
}
|
||||
}
|
||||
|
||||
[data-fr-theme="dark"]
|
||||
.dropdown-items {
|
||||
[data-fr-theme="dark"] .dropdown-items {
|
||||
li {
|
||||
&:not(.inactive) {
|
||||
&:hover,
|
||||
|
@ -194,7 +193,7 @@
|
|||
background-color: var(--background-action-low-blue-france);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
border: 1px solid $border-grey;
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
|
||||
[data-fr-theme="dark"]
|
||||
.card {
|
||||
|
||||
[data-fr-theme="dark"] .card {
|
||||
background: none;
|
||||
border: 1px solid var(--background-action-low-blue-france);
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: ($default-spacer * 3) ($default-spacer * 2);
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
|
||||
$dossier-actions-bar-border-width: 1px;
|
||||
|
||||
[data-fr-theme="dark"]
|
||||
.dossier-edit
|
||||
.dossier-edit-sticky-footer {
|
||||
[data-fr-theme="dark"] .dossier-edit .dossier-edit-sticky-footer {
|
||||
background-color: var(--background-action-low-blue-france);
|
||||
border: none
|
||||
border: none;
|
||||
}
|
||||
|
||||
.dossier-header {
|
||||
.fr-container {
|
||||
padding-bottom: $default-padding;
|
||||
|
|
|
@ -623,15 +623,14 @@
|
|||
outline-color: $light-blue;
|
||||
}
|
||||
|
||||
[data-fr-theme="dark"]
|
||||
[data-reach-combobox-popover] {
|
||||
[data-fr-theme="dark"] [data-reach-combobox-popover] {
|
||||
border: none;
|
||||
background: var(--background-action-low-blue-france);
|
||||
}
|
||||
[data-fr-theme="dark"]
|
||||
[data-reach-combobox-option]:hover {
|
||||
}
|
||||
|
||||
[data-fr-theme="dark"] [data-reach-combobox-option]:hover {
|
||||
background: var(--background-action-low-blue-france-hover);
|
||||
}
|
||||
}
|
||||
|
||||
[data-reach-combobox-popover] {
|
||||
z-index: 20;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
|
||||
[data-fr-theme="dark"]
|
||||
.message {
|
||||
|
||||
[data-fr-theme="dark"] .message {
|
||||
background: var(--background-action-low-blue-france);
|
||||
|
||||
&.inverted-background {
|
||||
|
|
|
@ -56,8 +56,8 @@
|
|||
width: calc(100vw);
|
||||
}
|
||||
|
||||
[data-fr-theme="dark"]
|
||||
.fr-table--bordered {
|
||||
|
||||
[data-fr-theme="dark"] .fr-table--bordered {
|
||||
.table {
|
||||
&.hoverable {
|
||||
tbody tr:hover {
|
||||
|
|
Loading…
Add table
Reference in a new issue