Use stylelint
This commit is contained in:
@@ -22,16 +22,13 @@
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.ui-tooltip-tip {
|
||||
border-color: $tooltip-border;
|
||||
background-color: $tooltip-bg;
|
||||
}
|
||||
|
||||
.ui-tooltip-tip {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
border: 0 none;
|
||||
border-color: $tooltip-border;
|
||||
background: transparent;
|
||||
background-color: $tooltip-bg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user