💄(react) change pagination border color
The pagination component's border color was different from the one of other components, especially the DataGrid, which was not really homogenous.
This commit is contained in:
5
.changeset/nasty-deers-yell.md
Normal file
5
.changeset/nasty-deers-yell.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@openfun/cunningham-react": patch
|
||||
---
|
||||
|
||||
change pagination border color
|
||||
@@ -5,7 +5,7 @@
|
||||
&__list {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 1px var(--c--theme--colors--greyscale-200) solid;
|
||||
border: 1px var(--c--theme--colors--greyscale-300) solid;
|
||||
border-radius: 2px;
|
||||
padding: var(--c--theme--spacings--st);
|
||||
background: var(--c--theme--colors--greyscale-000);
|
||||
|
||||
@@ -111,7 +111,7 @@
|
||||
--c--components--forms-select--border-radius--focus: 2px;
|
||||
--c--components--forms-select--border-radius--hover: 2px;
|
||||
--c--components--forms-select--border-style: solid;
|
||||
--c--components--forms-select--border-width: 2px;
|
||||
--c--components--forms-select--border-width: 1px;
|
||||
--c--components--forms-select--color: #303C4B;
|
||||
--c--components--forms-select--font-size: 1rem;
|
||||
--c--components--forms-select--height: 3.5rem;
|
||||
@@ -130,7 +130,7 @@
|
||||
--c--components--forms-input--border-radius: 8px;
|
||||
--c--components--forms-input--border-radius--hover: 2px;
|
||||
--c--components--forms-input--border-radius--focus: 2px;
|
||||
--c--components--forms-input--border-width: 2px;
|
||||
--c--components--forms-input--border-width: 1px;
|
||||
--c--components--forms-input--border-color: #E7E8EA;
|
||||
--c--components--forms-input--border-color--hover: #9EA3AA;
|
||||
--c--components--forms-input--border-color--focus: #0556BF;
|
||||
|
||||
Reference in New Issue
Block a user