mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(examples): fix CSS consistency issues (#309)
This commit is contained in:
@@ -322,10 +322,10 @@
|
||||
}
|
||||
|
||||
.vjs-frosted-skin .popover-popup {
|
||||
margin: 0;
|
||||
border: none;
|
||||
padding: 0.75rem 0.25rem;
|
||||
border-radius: calc(infinity * 1px);
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Tooltip Component Styles */
|
||||
|
||||
@@ -302,12 +302,10 @@
|
||||
}
|
||||
|
||||
.vjs-minimal-skin .popover-popup {
|
||||
padding: 0.5rem;
|
||||
margin: 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
padding: 0.75rem 0.25rem;
|
||||
border-radius: calc(infinity * 1px);
|
||||
}
|
||||
|
||||
/* Tooltip Component Styles */
|
||||
|
||||
Reference in New Issue
Block a user