mirror of
https://github.com/primer/css.git
synced 2024-12-04 14:59:16 +03:00
Remove .box-shadow
This commit is contained in:
parent
990b1f79cc
commit
fe6c4ef466
@ -18,28 +18,6 @@
|
||||
box-shadow: var(--color-shadow-extra-large) !important;
|
||||
}
|
||||
|
||||
// Deprecated ---------------------------------------
|
||||
// TODO: Remove once not used anymore.
|
||||
|
||||
.box-shadow {
|
||||
box-shadow: var(--color-shadow-small) !important;
|
||||
}
|
||||
|
||||
.box-shadow-medium {
|
||||
box-shadow: var(--color-shadow-medium) !important;
|
||||
}
|
||||
|
||||
.box-shadow-large {
|
||||
box-shadow: var(--color-shadow-large) !important;
|
||||
}
|
||||
|
||||
.box-shadow-extra-large {
|
||||
box-shadow: var(--color-shadow-extra-large) !important;
|
||||
}
|
||||
|
||||
// Keep .box-shadow-none
|
||||
// End of deprecation ---------------------------------------
|
||||
|
||||
// Turn off box shadow
|
||||
|
||||
.box-shadow-none {
|
||||
|
Loading…
Reference in New Issue
Block a user