Fix automatic vendor prefix removal
This commit is contained in:
parent
d08cd4d1cd
commit
ecf0ee0c34
10 changed files with 31 additions and 10 deletions
|
@ -1,5 +1,6 @@
|
|||
.dashboardColumn,
|
||||
.dashboardSections {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.dashboardFooter {
|
||||
|
@ -390,6 +391,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
}
|
||||
|
||||
a[data-role=button] {
|
||||
background-clip: padding-box;
|
||||
cursor: pointer !important;
|
||||
font-family: inherit !important;
|
||||
font-weight: 500 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue