Fix weird CSS bug with production build and CSS var
This commit is contained in:
parent
a7f9fae9ab
commit
b9fcfb1d2a
|
@ -60,7 +60,8 @@ p-table {
|
||||||
|
|
||||||
th {
|
th {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
border-bottom: 1px solid var(--submenuColor) !important;
|
border-bottom: 1px solid !important;
|
||||||
|
border-color: var(--submenuColor) !important;
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
padding: 5px 0 5px 15px !important;
|
padding: 5px 0 5px 15px !important;
|
||||||
font-weight: $font-semibold !important;
|
font-weight: $font-semibold !important;
|
||||||
|
@ -68,7 +69,8 @@ p-table {
|
||||||
|
|
||||||
&.ui-sortable-column:hover {
|
&.ui-sortable-column:hover {
|
||||||
background-color: var(--submenuColor) !important;
|
background-color: var(--submenuColor) !important;
|
||||||
border: 1px solid var(--submenuColor) !important;
|
border: 1px solid !important;
|
||||||
|
border-color: var(--submenuColor) !important;
|
||||||
border-width: 0 1px !important;
|
border-width: 0 1px !important;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
@ -111,7 +113,8 @@ p-table {
|
||||||
.ui-paginator-bottom {
|
.ui-paginator-bottom {
|
||||||
background-color: var(--mainBackgroundColor) !important;
|
background-color: var(--mainBackgroundColor) !important;
|
||||||
position: relative;
|
position: relative;
|
||||||
border: 1px solid var(--submenuColor) !important;
|
border: 1px solid !important;
|
||||||
|
border-color: var(--submenuColor) !important;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -159,7 +162,7 @@ p-table {
|
||||||
a {
|
a {
|
||||||
color: #000 !important;
|
color: #000 !important;
|
||||||
font-weight: $font-semibold !important;
|
font-weight: $font-semibold !important;
|
||||||
margin-right: 0 10px !important;
|
margin: 0 10px !important;
|
||||||
outline: 0 !important;
|
outline: 0 !important;
|
||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
padding: 5px 2px !important;
|
padding: 5px 2px !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user