mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(popover): update config docs to include popover transitions
fix demos so the dot ripple displays correctly references #5420
This commit is contained in:
@ -65,22 +65,23 @@ ion-col {
|
||||
width: 30px;
|
||||
border-radius: 50%;
|
||||
margin: 10px auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.dot-white {
|
||||
background-color: #fff;
|
||||
background-color: rgb(255,255,255);
|
||||
}
|
||||
|
||||
.dot-tan {
|
||||
background-color: #f9f1e4;
|
||||
background-color: rgb(249,241,228);
|
||||
}
|
||||
|
||||
.dot-grey {
|
||||
background-color: #4c4b50;
|
||||
background-color: rgb(76,75,80);
|
||||
}
|
||||
|
||||
.dot-black {
|
||||
background-color: #000;
|
||||
background-color: rgb(0,0,0);
|
||||
}
|
||||
|
||||
.dot.selected {
|
||||
|
Reference in New Issue
Block a user