@patternfly/patternfly 4.203.3 → 4.203.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/patternfly-variables.css +1 -0
- package/base/themes/dark/_variables.scss +1 -0
- package/package.json +2 -2
- package/patternfly-addons.css +0 -18
- package/patternfly-base-no-reset.css +1 -0
- package/patternfly-base.css +1 -0
- package/patternfly-no-reset.css +1 -0
- package/patternfly.css +1 -0
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/sass-utilities/themes/dark/scss-variables.scss +1 -0
- package/utilities/Text/text.css +0 -18
- package/utilities/Text/themes/dark/text.scss +0 -3
|
@@ -22,6 +22,7 @@ $pf-global--danger-color--100: $pf-color-red-9999;
|
|
|
22
22
|
$pf-global--danger-color--200: $pf-color-red-8888;
|
|
23
23
|
$pf-global--link--Color: $pf-color-blue-300;
|
|
24
24
|
$pf-global--link--Color--hover: $pf-color-blue-200;
|
|
25
|
+
$pf-global--link--Color--visited: $pf-color-purple-300;
|
|
25
26
|
$pf-global--disabled-color--100: $pf-color-black-400; // disabled text on regular background color
|
|
26
27
|
$pf-global--disabled-color--200: $pf-color-black-500; // disabled background color
|
|
27
28
|
$pf-global--disabled-color--300: $pf-color-black-200; // disabled text on disabled background color
|
package/utilities/Text/text.css
CHANGED
|
@@ -953,9 +953,6 @@
|
|
|
953
953
|
:where(.pf-theme-dark) .pf-u-color-light-200 {
|
|
954
954
|
color: var(--pf-global--Color-200) !important;
|
|
955
955
|
}
|
|
956
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited {
|
|
957
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
958
|
-
}
|
|
959
956
|
:where(.pf-theme-dark) .pf-u-default-color-300 {
|
|
960
957
|
color: var(--pf-global--default-color--100) !important;
|
|
961
958
|
}
|
|
@@ -981,9 +978,6 @@
|
|
|
981
978
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-sm {
|
|
982
979
|
color: var(--pf-global--Color-200) !important;
|
|
983
980
|
}
|
|
984
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-sm {
|
|
985
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
986
|
-
}
|
|
987
981
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-sm {
|
|
988
982
|
color: var(--pf-global--default-color--100) !important;
|
|
989
983
|
}
|
|
@@ -1010,9 +1004,6 @@
|
|
|
1010
1004
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-md {
|
|
1011
1005
|
color: var(--pf-global--Color-200) !important;
|
|
1012
1006
|
}
|
|
1013
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-md {
|
|
1014
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
1015
|
-
}
|
|
1016
1007
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-md {
|
|
1017
1008
|
color: var(--pf-global--default-color--100) !important;
|
|
1018
1009
|
}
|
|
@@ -1039,9 +1030,6 @@
|
|
|
1039
1030
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-lg {
|
|
1040
1031
|
color: var(--pf-global--Color-200) !important;
|
|
1041
1032
|
}
|
|
1042
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-lg {
|
|
1043
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
1044
|
-
}
|
|
1045
1033
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-lg {
|
|
1046
1034
|
color: var(--pf-global--default-color--100) !important;
|
|
1047
1035
|
}
|
|
@@ -1068,9 +1056,6 @@
|
|
|
1068
1056
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-xl {
|
|
1069
1057
|
color: var(--pf-global--Color-200) !important;
|
|
1070
1058
|
}
|
|
1071
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-xl {
|
|
1072
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
1073
|
-
}
|
|
1074
1059
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-xl {
|
|
1075
1060
|
color: var(--pf-global--default-color--100) !important;
|
|
1076
1061
|
}
|
|
@@ -1097,9 +1082,6 @@
|
|
|
1097
1082
|
:where(.pf-theme-dark) .pf-u-color-light-200-on-2xl {
|
|
1098
1083
|
color: var(--pf-global--Color-200) !important;
|
|
1099
1084
|
}
|
|
1100
|
-
:where(.pf-theme-dark) .pf-u-link-color-visited-on-2xl {
|
|
1101
|
-
color: var(--pf-global--palette--purple-200) !important;
|
|
1102
|
-
}
|
|
1103
1085
|
:where(.pf-theme-dark) .pf-u-default-color-300-on-2xl {
|
|
1104
1086
|
color: var(--pf-global--default-color--100) !important;
|
|
1105
1087
|
}
|