mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	bootstrap: Remove CSS for datetime type input elements.
We do not use "datetime" type input elements anywhere in the app.
This commit is contained in:
		
							
								
								
									
										3
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								web/third/bootstrap/css/bootstrap.css
									
									
									
									
										vendored
									
									
								
							@@ -464,7 +464,6 @@ label {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
input[type="text"],
 | 
					input[type="text"],
 | 
				
			||||||
input[type="password"],
 | 
					input[type="password"],
 | 
				
			||||||
input[type="datetime"],
 | 
					 | 
				
			||||||
input[type="date"],
 | 
					input[type="date"],
 | 
				
			||||||
input[type="month"],
 | 
					input[type="month"],
 | 
				
			||||||
input[type="time"],
 | 
					input[type="time"],
 | 
				
			||||||
@@ -489,7 +488,6 @@ input[type="color"] {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
input[type="text"],
 | 
					input[type="text"],
 | 
				
			||||||
input[type="password"],
 | 
					input[type="password"],
 | 
				
			||||||
input[type="datetime"],
 | 
					 | 
				
			||||||
input[type="date"],
 | 
					input[type="date"],
 | 
				
			||||||
input[type="month"],
 | 
					input[type="month"],
 | 
				
			||||||
input[type="time"],
 | 
					input[type="time"],
 | 
				
			||||||
@@ -512,7 +510,6 @@ input[type="color"] {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
input[type="text"]:focus,
 | 
					input[type="text"]:focus,
 | 
				
			||||||
input[type="password"]:focus,
 | 
					input[type="password"]:focus,
 | 
				
			||||||
input[type="datetime"]:focus,
 | 
					 | 
				
			||||||
input[type="date"]:focus,
 | 
					input[type="date"]:focus,
 | 
				
			||||||
input[type="month"]:focus,
 | 
					input[type="month"]:focus,
 | 
				
			||||||
input[type="time"]:focus,
 | 
					input[type="time"]:focus,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user