2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Remove a few duplicate selectors.

This commit is contained in:
XhmikosR
2018-09-22 15:46:56 +03:00
parent 627b359541
commit d5e5889c6c
3 changed files with 90 additions and 103 deletions
+13 -17
View File
@@ -1,5 +1,3 @@
// stylelint-disable no-duplicate-selectors
//
// Popovers
// --------------------------------------------------
@@ -50,22 +48,7 @@
border-width: @popover-arrow-width;
}
}
}
.popover-title {
padding: 8px 14px;
margin: 0; // reset heading margin
font-size: @font-size-base;
background-color: @popover-title-bg;
border-bottom: 1px solid darken(@popover-title-bg, 5%);
border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover {
&.top > .arrow {
bottom: -@popover-arrow-outer-width;
left: 50%;
@@ -128,3 +111,16 @@
}
}
}
.popover-title {
padding: 8px 14px;
margin: 0; // reset heading margin
font-size: @font-size-base;
background-color: @popover-title-bg;
border-bottom: 1px solid darken(@popover-title-bg, 5%);
border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;
}
.popover-content {
padding: 9px 14px;
}