Mayland: Remove !important
flags from utility classes.
This commit is contained in:
parent
7104ac90d3
commit
c136686ae5
1 changed files with 34 additions and 34 deletions
|
@ -1028,36 +1028,36 @@ table th,
|
|||
line-height: 1.125;
|
||||
}
|
||||
|
||||
.has-primary-color[class] {
|
||||
color: #000000 !important;
|
||||
.has-primary-color {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.has-secondary-color[class] {
|
||||
color: #1a1a1a !important;
|
||||
.has-secondary-color {
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
.has-foreground-color[class] {
|
||||
color: #010101 !important;
|
||||
.has-foreground-color {
|
||||
color: #010101;
|
||||
}
|
||||
|
||||
.has-foreground-light-color[class] {
|
||||
color: #666666 !important;
|
||||
.has-foreground-light-color {
|
||||
color: #666666;
|
||||
}
|
||||
|
||||
.has-foreground-dark-color[class] {
|
||||
color: #333333 !important;
|
||||
.has-foreground-dark-color {
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.has-background-light-color[class] {
|
||||
color: #f2f2f2 !important;
|
||||
.has-background-light-color {
|
||||
color: #f2f2f2;
|
||||
}
|
||||
|
||||
.has-background-dark-color[class] {
|
||||
color: #d9d9d9 !important;
|
||||
.has-background-dark-color {
|
||||
color: #d9d9d9;
|
||||
}
|
||||
|
||||
.has-background-color[class] {
|
||||
color: #ffffff !important;
|
||||
.has-background-color {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.has-background:not(.has-background-background-color) a,
|
||||
|
@ -1065,48 +1065,48 @@ table th,
|
|||
color: currentColor;
|
||||
}
|
||||
|
||||
.has-primary-background-color[class] {
|
||||
background-color: #000000 !important;
|
||||
.has-primary-background-color {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.has-primary-background-color[class] {
|
||||
background-color: #000000 !important;
|
||||
.has-primary-background-color {
|
||||
background-color: #000000;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.has-secondary-background-color[class] {
|
||||
background-color: #1a1a1a !important;
|
||||
.has-secondary-background-color {
|
||||
background-color: #1a1a1a;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.has-foreground-background-color[class] {
|
||||
background-color: #010101 !important;
|
||||
.has-foreground-background-color {
|
||||
background-color: #010101;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.has-foreground-light-background-color[class] {
|
||||
background-color: #666666 !important;
|
||||
.has-foreground-light-background-color {
|
||||
background-color: #666666;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.has-foreground-dark-background-color[class] {
|
||||
background-color: #333333 !important;
|
||||
.has-foreground-dark-background-color {
|
||||
background-color: #333333;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.has-background-light-background-color[class] {
|
||||
background-color: #f2f2f2 !important;
|
||||
.has-background-light-background-color {
|
||||
background-color: #f2f2f2;
|
||||
color: #010101;
|
||||
}
|
||||
|
||||
.has-background-dark-background-color[class] {
|
||||
background-color: #d9d9d9 !important;
|
||||
.has-background-dark-background-color {
|
||||
background-color: #d9d9d9;
|
||||
color: #010101;
|
||||
}
|
||||
|
||||
.has-background-background-color[class] {
|
||||
background-color: #ffffff !important;
|
||||
.has-background-background-color {
|
||||
background-color: #ffffff;
|
||||
color: #010101;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue