“Bootstrap usuń kontur” Kod odpowiedzi

Bootstrap Usuń konspekt ostrości wejściowej

<div class="form-label-group">
  <input type="password" id="inputPassword" class="form-control shadow-none" placeholder="Password" required>
  <label for="inputPassword">Password</label>
</div>
Silly Sheep

Zarys bootstrap tekstu

<span class="border">Text</span>
<span class="border-top">Text</span>
<span class="border-right">Text</span>
<span class="border-bottom">Text</span>
<span class="border-left">Text</span>
Giamblers

Bootstrap usuń kontur

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
button.btn:focus, 
button.btn:active, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
    outline: none !important;
}
Tiago F2

Brak konturu klasy bootstrap

<button class="btn btn-success shadow-none"> The Solution </button>
"shadow-none" class for {outline: none;} 
Tender Turtle

Odpowiedzi podobne do “Bootstrap usuń kontur”

Pytania podobne do “Bootstrap usuń kontur”

Więcej pokrewnych odpowiedzi na “Bootstrap usuń kontur” w CSS

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu