“Brak konturu klasy bootstrap” Kod odpowiedzi

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 “Brak konturu klasy bootstrap”

Pytania podobne do “Brak konturu klasy bootstrap”

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

Przeglądaj inne języki kodu