Skip to content

Commit 306c1b4

Browse files
committed
Remove commented out old popover CSS
1 parent ed74992 commit 306c1b4

File tree

2 files changed

+0
-118
lines changed

2 files changed

+0
-118
lines changed

docs/assets/css/bootstrap.css

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -5354,66 +5354,6 @@ input[type="submit"].btn.btn-mini {
53545354
content: "";
53555355
}
53565356

5357-
.popover {
5358-
/*
5359-
&.top .arrow {
5360-
bottom: -@popoverArrowWidth;
5361-
left: 50%;
5362-
margin-left: -@popoverArrowWidth;
5363-
border-width: @popoverArrowWidth @popoverArrowWidth 0;
5364-
//border-top-color: @popoverArrowColor;
5365-
border-top-color: blue;
5366-
&:after {
5367-
border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth 0;
5368-
//border-top-color: @popoverArrowOuterColor;
5369-
border-top-color: red;
5370-
top: -@popoverArrowWidth;
5371-
//bottom: -1px;
5372-
left: -@popoverArrowOuterWidth;
5373-
}
5374-
}
5375-
&.right .arrow {
5376-
top: 50%;
5377-
left: -@popoverArrowWidth;
5378-
margin-top: -@popoverArrowWidth;
5379-
border-width: @popoverArrowWidth @popoverArrowWidth @popoverArrowWidth 0;
5380-
border-right-color: @popoverArrowColor;
5381-
&:after {
5382-
border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth @popoverArrowOuterWidth 0;
5383-
border-right-color: @popoverArrowOuterColor;
5384-
bottom: -@popoverArrowOuterWidth;
5385-
left: -1px;
5386-
}
5387-
}
5388-
&.bottom .arrow {
5389-
top: -@popoverArrowWidth;
5390-
left: 50%;
5391-
margin-left: -@popoverArrowWidth;
5392-
border-width: 0 @popoverArrowWidth @popoverArrowWidth;
5393-
border-bottom-color: @popoverArrowColor;
5394-
&:after {
5395-
border-width: 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;
5396-
border-bottom-color: @popoverArrowOuterColor;
5397-
top: -1px;
5398-
left: -@popoverArrowOuterWidth;
5399-
}
5400-
}
5401-
&.left .arrow {
5402-
top: 50%;
5403-
right: -@popoverArrowWidth;
5404-
margin-top: -@popoverArrowWidth;
5405-
border-width: @popoverArrowWidth 0 @popoverArrowWidth @popoverArrowWidth;
5406-
border-left-color: @popoverArrowColor;
5407-
&:after {
5408-
border-width: @popoverArrowOuterWidth 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;
5409-
border-left-color: @popoverArrowOuterColor;
5410-
bottom: -@popoverArrowOuterWidth;
5411-
right: -1px;
5412-
}
5413-
}*/
5414-
5415-
}
5416-
54175357
.popover.top .arrow {
54185358
bottom: -11px;
54195359
left: 50%;

less/popovers.less

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -126,62 +126,4 @@
126126
}
127127
}
128128

129-
130-
131-
/*
132-
&.top .arrow {
133-
bottom: -@popoverArrowWidth;
134-
left: 50%;
135-
margin-left: -@popoverArrowWidth;
136-
border-width: @popoverArrowWidth @popoverArrowWidth 0;
137-
//border-top-color: @popoverArrowColor;
138-
border-top-color: blue;
139-
&:after {
140-
border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth 0;
141-
//border-top-color: @popoverArrowOuterColor;
142-
border-top-color: red;
143-
top: -@popoverArrowWidth;
144-
//bottom: -1px;
145-
left: -@popoverArrowOuterWidth;
146-
}
147-
}
148-
&.right .arrow {
149-
top: 50%;
150-
left: -@popoverArrowWidth;
151-
margin-top: -@popoverArrowWidth;
152-
border-width: @popoverArrowWidth @popoverArrowWidth @popoverArrowWidth 0;
153-
border-right-color: @popoverArrowColor;
154-
&:after {
155-
border-width: @popoverArrowOuterWidth @popoverArrowOuterWidth @popoverArrowOuterWidth 0;
156-
border-right-color: @popoverArrowOuterColor;
157-
bottom: -@popoverArrowOuterWidth;
158-
left: -1px;
159-
}
160-
}
161-
&.bottom .arrow {
162-
top: -@popoverArrowWidth;
163-
left: 50%;
164-
margin-left: -@popoverArrowWidth;
165-
border-width: 0 @popoverArrowWidth @popoverArrowWidth;
166-
border-bottom-color: @popoverArrowColor;
167-
&:after {
168-
border-width: 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;
169-
border-bottom-color: @popoverArrowOuterColor;
170-
top: -1px;
171-
left: -@popoverArrowOuterWidth;
172-
}
173-
}
174-
&.left .arrow {
175-
top: 50%;
176-
right: -@popoverArrowWidth;
177-
margin-top: -@popoverArrowWidth;
178-
border-width: @popoverArrowWidth 0 @popoverArrowWidth @popoverArrowWidth;
179-
border-left-color: @popoverArrowColor;
180-
&:after {
181-
border-width: @popoverArrowOuterWidth 0 @popoverArrowOuterWidth @popoverArrowOuterWidth;
182-
border-left-color: @popoverArrowOuterColor;
183-
bottom: -@popoverArrowOuterWidth;
184-
right: -1px;
185-
}
186-
}*/
187129
}

0 commit comments

Comments
 (0)